aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/patches-3.14/200-broadcom_phy_reinit.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-11-26 18:01:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-11-26 18:01:38 +0000
commitebf6331c10774ebc3ef70b0598871bcd42ac7417 (patch)
tree89910e5af2145f75fd081196f7a5089a525b33a5 /target/linux/cns3xxx/patches-3.14/200-broadcom_phy_reinit.patch
parent211669da3b1ca89da78afd32a7012c41958cc378 (diff)
downloadupstream-ebf6331c10774ebc3ef70b0598871bcd42ac7417.tar.gz
upstream-ebf6331c10774ebc3ef70b0598871bcd42ac7417.tar.bz2
upstream-ebf6331c10774ebc3ef70b0598871bcd42ac7417.zip
cns3xxx: switch to using the upstream dwc2 driver instead of dwc_otg
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43398
Diffstat (limited to 'target/linux/cns3xxx/patches-3.14/200-broadcom_phy_reinit.patch')
-rw-r--r--target/linux/cns3xxx/patches-3.14/200-broadcom_phy_reinit.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/cns3xxx/patches-3.14/200-broadcom_phy_reinit.patch b/target/linux/cns3xxx/patches-3.14/200-broadcom_phy_reinit.patch
new file mode 100644
index 0000000000..bfec081fbc
--- /dev/null
+++ b/target/linux/cns3xxx/patches-3.14/200-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;