d2c4041f02
Refresh patches for all targets that support kernel 4.4. Compile-tested on all targets that use kernel 4.4 and aren't marked broken, except arc770 and arch38 due to broken toolchain. Runtime-tested on ar71xx, octeon, ramips and x86/64. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
14 lines
392 B
Diff
14 lines
392 B
Diff
--- a/drivers/net/phy/broadcom.c
|
|
+++ b/drivers/net/phy/broadcom.c
|
|
@@ -414,6 +414,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")) {
|