summaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/patches-3.14/400-broadcom_phy_reinit.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-11-26 18:01:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-11-26 18:01:29 +0000
commit211669da3b1ca89da78afd32a7012c41958cc378 (patch)
tree6ef0925b47bd06799bacd0ec9752f93bd050b545 /target/linux/cns3xxx/patches-3.14/400-broadcom_phy_reinit.patch
parent0525ffa4c5faaa0214b40c6b80a06c8a2567cc62 (diff)
downloadmaster-31e0f0ae-211669da3b1ca89da78afd32a7012c41958cc378.tar.gz
master-31e0f0ae-211669da3b1ca89da78afd32a7012c41958cc378.tar.bz2
master-31e0f0ae-211669da3b1ca89da78afd32a7012c41958cc378.zip
cns3xxx: update to linux 3.14
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43397
Diffstat (limited to 'target/linux/cns3xxx/patches-3.14/400-broadcom_phy_reinit.patch')
-rw-r--r--target/linux/cns3xxx/patches-3.14/400-broadcom_phy_reinit.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/cns3xxx/patches-3.14/400-broadcom_phy_reinit.patch b/target/linux/cns3xxx/patches-3.14/400-broadcom_phy_reinit.patch
new file mode 100644
index 0000000000..bfec081fbc
--- /dev/null
+++ b/target/linux/cns3xxx/patches-3.14/400-broadcom_phy_reinit.patch
@@ -0,0 +1,14 @@
+--- a/drivers/net/phy/broadcom.c
++++ b/drivers/net/phy/broadcom.c
+@@ -567,6 +567,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);
+ }
+
+ return ret;