diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-11-26 18:01:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-11-26 18:01:38 +0000 |
commit | ebf6331c10774ebc3ef70b0598871bcd42ac7417 (patch) | |
tree | 89910e5af2145f75fd081196f7a5089a525b33a5 /target/linux/cns3xxx/patches-3.14/200-broadcom_phy_reinit.patch | |
parent | 211669da3b1ca89da78afd32a7012c41958cc378 (diff) | |
download | mtk-20170518-ebf6331c10774ebc3ef70b0598871bcd42ac7417.zip mtk-20170518-ebf6331c10774ebc3ef70b0598871bcd42ac7417.tar.gz mtk-20170518-ebf6331c10774ebc3ef70b0598871bcd42ac7417.tar.bz2 |
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.patch | 14 |
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 0000000..bfec081 --- /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; |