diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2019-05-23 20:07:56 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-24 22:39:34 +0200 |
commit | 79b647a0c0d52a03feb8b39a6311b01bb2bf87a8 (patch) | |
tree | 029ec8cb5f987cab32bb10cd7dde8a76e20ec4ca /Documentation/devicetree | |
parent | net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII (diff) | |
download | linux-79b647a0c0d52a03feb8b39a6311b01bb2bf87a8.tar.xz linux-79b647a0c0d52a03feb8b39a6311b01bb2bf87a8.zip |
dt-bindings: net: document new usxgmii phy mode
Add new interface mode USXGMII to binding documentation.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/net/ethernet.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/ethernet.txt b/Documentation/devicetree/bindings/net/ethernet.txt index e88c3641d613..5475682bf06e 100644 --- a/Documentation/devicetree/bindings/net/ethernet.txt +++ b/Documentation/devicetree/bindings/net/ethernet.txt @@ -43,6 +43,7 @@ Documentation/devicetree/bindings/phy/phy-bindings.txt. * "rxaui" * "xaui" * "10gbase-kr" (10GBASE-KR, XFI, SFI) + * "usxgmii" - phy-connection-type: the same as "phy-mode" property but described in the Devicetree Specification; - phy-handle: phandle, specifies a reference to a node representing a PHY |