diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2013-12-06 02:52:16 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-06 23:57:21 +0400 |
commit | 9f2b0936b877119280c418258413f6fb9a26acd1 (patch) | |
tree | 9dd20a5f87019b62abb6a9cc0220c2d562ef77fe /Documentation/devicetree/bindings/net/phy.txt | |
parent | b0ac9564061265dd14e6f8f777622e3401b82b4b (diff) | |
download | linux-9f2b0936b877119280c418258413f6fb9a26acd1.tar.xz |
Documentation: update Ethernet PHY devices binding with 'max-speed'
The 'max-speed' property is optional but defined in the ePAPR
specification and now supported by the Linux Device Tree parsing
infrastructure.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/phy.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/phy.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/phy.txt b/Documentation/devicetree/bindings/net/phy.txt index 7cd18fbfcf71..f648094abc35 100644 --- a/Documentation/devicetree/bindings/net/phy.txt +++ b/Documentation/devicetree/bindings/net/phy.txt @@ -22,6 +22,7 @@ Optional Properties: specifications. If neither of these are specified, the default is to assume clause 22. The compatible list may also contain other elements. +- max-speed: Maximum PHY supported speed (10, 100, 1000...) Example: |