diff options
author | Tom Rini <trini@konsulko.com> | 2016-02-26 14:56:23 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-26 14:56:23 -0500 |
commit | 38e65aeb70b72132c0d2ec0ed389f7fc8b7bdf4c (patch) | |
tree | 40fc8c566aa0f3c5b37c8e725513998d5de064ce /drivers/net/phy/atheros.c | |
parent | cf23b4da624f32639d5cb9de6e3c9069ffd26ae5 (diff) | |
parent | 50768f5b06e7704cf2bc209f89e250130c3fff5b (diff) |
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.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/phy/atheros.c b/drivers/net/phy/atheros.c index ba57b1a4b9..e57c4120a3 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; } |