Merge branch 'master' of git://git.denx.de/u-boot-atmel
[oweals/u-boot.git] / drivers / net / phy / atheros.c
index ba57b1a4b935542d5ce908358eeb86ed4fe39a21..e57c4120a3e5b4a55f2b53e110bac70a857a39b8 100644 (file)
@@ -33,6 +33,9 @@ static int ar8035_config(struct phy_device *phydev)
 
        phydev->supported = phydev->drv->features;
 
+       genphy_config_aneg(phydev);
+       genphy_restart_aneg(phydev);
+
        return 0;
 }