aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/patches-4.19/425-at803x-allow-sgmii-aneg-override.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2020-01-24 11:20:03 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2020-01-24 13:14:33 +0100
commit40842167d2fffc053698e17f5dbadbc7b78644cf (patch)
tree8b12d311dd5de7db41e6462aa400e2bf14171136 /target/linux/ath79/patches-4.19/425-at803x-allow-sgmii-aneg-override.patch
parent76254cb75e4abc2a87e13134915cd0c422926fde (diff)
downloadupstream-40842167d2fffc053698e17f5dbadbc7b78644cf.tar.gz
upstream-40842167d2fffc053698e17f5dbadbc7b78644cf.tar.bz2
upstream-40842167d2fffc053698e17f5dbadbc7b78644cf.zip
kernel: bump 4.19 to 4.19.98
Refreshed all patches. Compile-tested on: cns3xxx Runtime-tested on: cns3xxx Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ath79/patches-4.19/425-at803x-allow-sgmii-aneg-override.patch')
-rw-r--r--target/linux/ath79/patches-4.19/425-at803x-allow-sgmii-aneg-override.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/patches-4.19/425-at803x-allow-sgmii-aneg-override.patch b/target/linux/ath79/patches-4.19/425-at803x-allow-sgmii-aneg-override.patch
index b0a1942b7a..43c11386c7 100644
--- a/target/linux/ath79/patches-4.19/425-at803x-allow-sgmii-aneg-override.patch
+++ b/target/linux/ath79/patches-4.19/425-at803x-allow-sgmii-aneg-override.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/phy/at803x.c
+++ b/drivers/net/phy/at803x.c
-@@ -484,6 +484,13 @@ static int at803x_aneg_done(struct phy_d
+@@ -391,6 +391,13 @@ static int at803x_aneg_done(struct phy_d
if (!(phy_read(phydev, AT803X_PSSR) & AT803X_PSSR_MR_AN_COMPLETE)) {
pr_warn("803x_aneg_done: SGMII link is not ok\n");
aneg_done = 0;