3becadd56c
Refreshed patches for all supported targets. Compile-tested on ar71xx, cns3xxx, imx6, mt7621, oxnas and x86/64. Run-tested on ar71xx, cns3xxx, imx6 and mt7621. Tested-by: Stijn Segers <francesco.borromini@inventati.org> Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
14 lines
392 B
Diff
14 lines
392 B
Diff
--- a/drivers/net/phy/broadcom.c
|
|
+++ b/drivers/net/phy/broadcom.c
|
|
@@ -382,6 +382,11 @@ static int bcm5481_config_aneg(struct ph
|
|
/* Write bits 14:0. */
|
|
reg |= (1 << 15);
|
|
phy_write(phydev, 0x18, reg);
|
|
+ } else {
|
|
+ phy_write(phydev, 0x18, 0xf1e7);
|
|
+ phy_write(phydev, 0x1c, 0x8e00);
|
|
+
|
|
+ phy_write(phydev, 0x1c, 0xa41f);
|
|
}
|
|
|
|
if (of_property_read_bool(np, "enet-phy-lane-swap")) {
|