From: Mathias Kresin Date: Sat, 21 May 2016 10:09:36 +0000 (+0200) Subject: lantiq: disable phy led complex (test) functions by default X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=21bdd79b33941eea1e67329b77fc909b196f38f5;p=openwrt%2Fstaging%2Frmilecki.git 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 --- 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 93bb4275ec1..3af676297dc 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 + /* 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);