commit | 186534a3f83261e4d509ed7721e6a6fdb85ab380 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu May 22 09:47:46 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 22 15:16:43 2014 -0400 |
tree | 2149546f13592344f17c75313b1c4ff4e1d88b43 | |
parent | 9abf0c2b717a7b59d351c2a15e917f1a78cfca02 [diff] |
net: systemport: use the new fixed PHY helpers of_phy_connect_fixed_link() is becoming obsolete, and also required platform code to register the fixed PHYs at the specified addresses for those to be usable. Get rid of it and use the new of_phy_is_fixed_link() plus of_phy_register_fixed_link() helpers to transition over the new scheme. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>