aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/patches-4.9/200-broadcom_phy_reinit.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-02-01 17:50:27 +0100
committerJohn Crispin <john@phrozen.org>2018-02-13 10:01:53 +0100
commit5adf16b49254ad0b95e315bc34cdc7577f07d026 (patch)
tree72ab65d334c5ecf0f429b657bc3745753423cab3 /target/linux/cns3xxx/patches-4.9/200-broadcom_phy_reinit.patch
parentbef3f85742134f08856f9de175b85da9b2715bfb (diff)
downloadupstream-5adf16b49254ad0b95e315bc34cdc7577f07d026.tar.gz
upstream-5adf16b49254ad0b95e315bc34cdc7577f07d026.tar.bz2
upstream-5adf16b49254ad0b95e315bc34cdc7577f07d026.zip
cns3xxx: remove linux 4.9 support
- Remove kernel 4.9 support - Apply specific 4.14 changes directly to source - Refreshed all Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/cns3xxx/patches-4.9/200-broadcom_phy_reinit.patch')
-rw-r--r--target/linux/cns3xxx/patches-4.9/200-broadcom_phy_reinit.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/cns3xxx/patches-4.9/200-broadcom_phy_reinit.patch b/target/linux/cns3xxx/patches-4.9/200-broadcom_phy_reinit.patch
deleted file mode 100644
index 0352a89f9e..0000000000
--- a/target/linux/cns3xxx/patches-4.9/200-broadcom_phy_reinit.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/drivers/net/phy/broadcom.c
-+++ b/drivers/net/phy/broadcom.c
-@@ -420,6 +420,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);
- }
-
- if (of_property_read_bool(np, "enet-phy-lane-swap")) {