Searched hist:"53 b0c38c7a691d13d53c08e4c4ebbfd2612f20a7" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/phy/ |
| H A D | phy.c | 53b0c38c7a691d13d53c08e4c4ebbfd2612f20a7 Fri Jan 22 19:16:15 UTC 2016 Alexandre Messier <amessier@tycoint.com> net: phy: Set ANRESTART in setup_forced
When configuring a PHY in fixed (forced) link mode, in order for the changes to be applied, either one of these conditions must be triggered: 1- PHY is reset 2- Autoneg is restarted 3- PHY transitions from power-down to power-up
Neither of these is currently done, so effectively the fixed link configuration is not applied in the PHY.
Fix this by setting the Autoneg restart bit.
Signed-off-by: Alexandre Messier <amessier@tycoint.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
|