commit | 8fdade4be755af17a3d205d07f594f939f173504 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu Dec 05 14:52:14 2013 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 06 14:57:21 2013 -0500 |
tree | 84c4ae38f56f58c1c9dbc9af385845f9f1d6cc87 | |
parent | e9fbdf176d2a7993b9d4c487b50c68d1c6019b2c [diff] |
net: of_mdio: parse "max-speed" property to set PHY supported features The "max-speed" property is defined per the ePAPR specification to express the maximum speed a PHY supports. Use that property, if present to set the phydev->supported features which properly restricts the PHY within the range of defined speeds. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>