diff options
author | Mathias Kresin <dev@kresin.me> | 2016-06-24 14:45:21 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-24 14:45:21 +0200 |
commit | 2b3bd24865f38e6a505f594375f5dc1cd0f6c09e (patch) | |
tree | 72a64efba8887c0cba5df7b2fa9f9fdf1c651794 /target/linux/lantiq/patches-4.4/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch | |
parent | 2d69405047c8da47ea6fff9a5dd4709fae57a207 (diff) | |
download | master-187ad058-2b3bd24865f38e6a505f594375f5dc1cd0f6c09e.tar.gz master-187ad058-2b3bd24865f38e6a505f594375f5dc1cd0f6c09e.tar.bz2 master-187ad058-2b3bd24865f38e6a505f594375f5dc1cd0f6c09e.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/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch')
-rw-r--r-- | target/linux/lantiq/patches-4.4/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch | 4 |
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); |