diff options
author | Andrew Lunn <andrew@lunn.ch> | 2017-02-04 20:02:49 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-07 10:34:42 -0500 |
commit | 55601a880690cdeccdb5923c2493f0e3736f8f6b (patch) | |
tree | 9fffd9900080683df7902922121a1e26ac403878 /Documentation/devicetree/bindings/net/ethernet.txt | |
parent | 108d9c71dcff8fc2523861b3462ab2ba8a754ed9 (diff) | |
download | blackbird-obmc-linux-55601a880690cdeccdb5923c2493f0e3736f8f6b.tar.gz blackbird-obmc-linux-55601a880690cdeccdb5923c2493f0e3736f8f6b.zip |
net: phy: Add 2000base-x, 2500base-x and rxaui modes
The mv88e6390 ports 9 and 10 supports some additional PHY modes. Add
these modes to the PHY core so they can be used in the binding.
Signed-off-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/bindings/net/ethernet.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/ethernet.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/ethernet.txt b/Documentation/devicetree/bindings/net/ethernet.txt index 05150957ecfd..3a6916909d90 100644 --- a/Documentation/devicetree/bindings/net/ethernet.txt +++ b/Documentation/devicetree/bindings/net/ethernet.txt @@ -29,6 +29,9 @@ The following properties are common to the Ethernet controllers: * "smii" * "xgmii" * "trgmii" + * "2000base-x", + * "2500base-x", + * "rxaui" - phy-connection-type: the same as "phy-mode" property but described in ePAPR; - phy-handle: phandle, specifies a reference to a node representing a PHY device; this property is described in ePAPR and so preferred; |