mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 11:51:05 +02:00
ar71xx: move mdio_bus reset code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18749 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d14cfc4c10
commit
c9789da4c5
@ -917,13 +917,6 @@ static int __init ag71xx_probe(struct platform_device *pdev)
|
||||
|
||||
ag71xx_dump_regs(ag);
|
||||
|
||||
/* Reset the mdio bus explicitly */
|
||||
if (ag->mii_bus) {
|
||||
mutex_lock(&ag->mii_bus->mdio_lock);
|
||||
ag->mii_bus->reset(ag->mii_bus);
|
||||
mutex_unlock(&ag->mii_bus->mdio_lock);
|
||||
}
|
||||
|
||||
platform_set_drvdata(pdev, dev);
|
||||
|
||||
return 0;
|
||||
|
@ -308,6 +308,11 @@ int ag71xx_phy_connect(struct ag71xx *ag)
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
/* Reset the mdio bus explicitly */
|
||||
mutex_lock(&ag->mii_bus->mdio_lock);
|
||||
ag->mii_bus->reset(ag->mii_bus);
|
||||
mutex_unlock(&ag->mii_bus->mdio_lock);
|
||||
|
||||
if (pdata->phy_mask)
|
||||
return ag71xx_phy_connect_multi(ag);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user