diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-06-23 10:33:13 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-23 15:06:42 -0400 |
commit | 29b65f5f97632722bb80969377e5b0e2401fb392 (patch) | |
tree | d9ff7520e7c7086f17b69f0a2279a319f8bb2eb5 | |
parent | d4d0249ae28a6d62647a894051634bb87c9b5953 (diff) |
dt-bindings: Add "internal" as a valid 'phy-mode' property
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>
-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 d4abe9a98109..edd7fd2bbbf9 100644 --- a/Documentation/devicetree/bindings/net/ethernet.txt +++ b/Documentation/devicetree/bindings/net/ethernet.txt @@ -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" |