diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-07-31 04:50:38 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-07-31 04:56:58 +0200 |
commit | a497e4776207fc4da2369735df51c137f85a425b (patch) | |
tree | 78d7449c54f4886a3ef2d418fdb894c038aca012 /target/linux/generic/pending-4.9/735-net-phy-at803x-fix-at8033-sgmii-mode.patch | |
parent | ef025e6417abd608ee398039623ac8a306bb92c5 (diff) | |
download | upstream-a497e4776207fc4da2369735df51c137f85a425b.tar.gz upstream-a497e4776207fc4da2369735df51c137f85a425b.tar.bz2 upstream-a497e4776207fc4da2369735df51c137f85a425b.zip |
kernel: re-add patch for AT8032 Ethernet PHY
The patch was wrongly removed by a kernel version bump to 4.9.105 in
the believe that it was merged upstream thow it wasn't. This lead to
unrecoverable link losses on devices which use those PHYs such as
many ubnt single-port CPEs.
Fixes: 7dca1bae82 (kernel: bump to 4.9.105)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/generic/pending-4.9/735-net-phy-at803x-fix-at8033-sgmii-mode.patch')
-rw-r--r-- | target/linux/generic/pending-4.9/735-net-phy-at803x-fix-at8033-sgmii-mode.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-4.9/735-net-phy-at803x-fix-at8033-sgmii-mode.patch b/target/linux/generic/pending-4.9/735-net-phy-at803x-fix-at8033-sgmii-mode.patch index 1f689850bd..485567cd76 100644 --- a/target/linux/generic/pending-4.9/735-net-phy-at803x-fix-at8033-sgmii-mode.patch +++ b/target/linux/generic/pending-4.9/735-net-phy-at803x-fix-at8033-sgmii-mode.patch @@ -24,7 +24,7 @@ Signed-off-by: Roman Yeryomin <roman@advem.lv> #define AT803X_MODE_CFG_MASK 0x0F #define AT803X_MODE_CFG_SGMII 0x01 -@@ -293,6 +297,27 @@ static int at803x_config_init(struct phy +@@ -295,6 +299,27 @@ static int at803x_config_init(struct phy { struct at803x_platform_data *pdata; int ret; |