diff options
author | Jason Gunthorpe <jgunthorpe@obsidianresearch.com> | 2013-11-05 01:27:19 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-11-06 04:07:03 +0100 |
commit | 1cce16d37d0fe2668787d64ad172c5be6973aeca (patch) | |
tree | 202808ffce0aa7418a1fc23c1b331e12929d77f5 /net/ipv6 | |
parent | ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE (diff) | |
download | linux-1cce16d37d0fe2668787d64ad172c5be6973aeca.tar.xz linux-1cce16d37d0fe2668787d64ad172c5be6973aeca.zip |
net: mv643xx_eth: Add missing phy_addr_set in DT mode
Commit cc9d4598 'net: mv643xx_eth: use of_phy_connect if phy_node
present' made the call to phy_scan optional, if the DT has a link to
the phy node.
However phy_scan has the side effect of calling phy_addr_set, which
writes the phy MDIO address to the ethernet controller. If phy_addr_set
is not called, and the bootloader has not set the correct address then
the driver will fail to function.
Tested on Kirkwood.
Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tested-by: Arnaud Ebalard <arno@natisbad.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
0 files changed, 0 insertions, 0 deletions