]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
dt-bindings: Add "internal" as a valid 'phy-mode' property
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 23 Jun 2017 17:33:13 +0000 (10:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Jun 2017 19:06:42 +0000 (15:06 -0400)
A number of Ethernet MACs have internal Ethernet PHYs and the internal
wiring makes it so that this knowledge needs to be available using the
standard 'phy-mode' property.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/ethernet.txt

index d4abe9a981092a47e887f72793a2b0491000288c..edd7fd2bbbf93704654551cbc53266609a681919 100644 (file)
@@ -11,6 +11,7 @@ The following properties are common to the Ethernet controllers:
   the maximum frame size (there's contradiction in ePAPR).
 - phy-mode: string, operation mode of the PHY interface. This is now a de-facto
   standard property; supported values are:
+  * "internal"
   * "mii"
   * "gmii"
   * "sgmii"