ar71xx: merge ag71xx specific patches
[openwrt.git] / target / linux / ar71xx / files / drivers / net / ag71xx / ag71xx_phy.c
index 0db0a4b..547f72e 100644 (file)
@@ -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);
 
This page took 0.020624 seconds and 4 git commands to generate.