summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-4.4
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-05-21 12:09:36 +0200
committerJohn Crispin <john@phrozen.org>2016-05-23 11:03:23 +0200
commit21bdd79b33941eea1e67329b77fc909b196f38f5 (patch)
tree1e238fa02720c68ed76503afa8645685ac7d5683 /target/linux/lantiq/patches-4.4
parent9e41c3f54e3c476a4f3153bd7ee03ab43f6092ef (diff)
downloadmaster-31e0f0ae-21bdd79b33941eea1e67329b77fc909b196f38f5.tar.gz
master-31e0f0ae-21bdd79b33941eea1e67329b77fc909b196f38f5.tar.bz2
master-31e0f0ae-21bdd79b33941eea1e67329b77fc909b196f38f5.zip
lantiq: disable phy led complex (test) functions by default
They can be added using the phy led device tree bindings if required. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/patches-4.4')
-rw-r--r--target/linux/lantiq/patches-4.4/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/patches-4.4/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch b/target/linux/lantiq/patches-4.4/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch
index 93bb4275ec..3af676297d 100644
--- a/target/linux/lantiq/patches-4.4/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch
+++ b/target/linux/lantiq/patches-4.4/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch
@@ -163,8 +163,8 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
+ /* Clear all pending interrupts */
+ phy_read(phydev, MII_VR9_11G_ISTAT);
+
-+ vr9_gphy_mmd_write(phydev, 0x1e0, 0xc5);
-+ vr9_gphy_mmd_write(phydev, 0x1e1, 0x67);
++ vr9_gphy_mmd_write(phydev, 0x1e0, 0xc0);
++ vr9_gphy_mmd_write(phydev, 0x1e1, 0x00);
+ vr9_gphy_mmd_write(phydev, 0x1e2, 0x70);
+ vr9_gphy_mmd_write(phydev, 0x1e3, 0x03);
+ vr9_gphy_mmd_write(phydev, 0x1e4, 0x70);