summaryrefslogtreecommitdiff
path: root/drivers/net/phy/atheros.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-02-26 14:56:23 -0500
committerTom Rini <trini@konsulko.com>2016-02-26 14:56:23 -0500
commit38e65aeb70b72132c0d2ec0ed389f7fc8b7bdf4c (patch)
tree40fc8c566aa0f3c5b37c8e725513998d5de064ce /drivers/net/phy/atheros.c
parentcf23b4da624f32639d5cb9de6e3c9069ffd26ae5 (diff)
parent50768f5b06e7704cf2bc209f89e250130c3fff5b (diff)
downloadu-boot-imx-38e65aeb70b72132c0d2ec0ed389f7fc8b7bdf4c.zip
u-boot-imx-38e65aeb70b72132c0d2ec0ed389f7fc8b7bdf4c.tar.gz
u-boot-imx-38e65aeb70b72132c0d2ec0ed389f7fc8b7bdf4c.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'drivers/net/phy/atheros.c')
-rw-r--r--drivers/net/phy/atheros.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/phy/atheros.c b/drivers/net/phy/atheros.c
index ba57b1a..e57c412 100644
--- a/drivers/net/phy/atheros.c
+++ b/drivers/net/phy/atheros.c
@@ -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;
}