ipq40xx: fix R619AC PHY LEDs

This commit is contained in:
LEAN-ESX 2019-11-12 06:51:28 -08:00
parent 422b5a1db9
commit 9135c94a05

View File

@ -1202,6 +1202,7 @@ Subject: [PATCH 30/38] NET: add qualcomm mdio and PHY
+ /* disable phy internal loopback */
+ mdiobus_write(bus, 0x1f, 0x10, 0x6860);
+ mdiobus_write(bus, 0x1f, 0x0, 0x9040);
+ ar40xx_phy_mmd_write(priv, 0x1f, 7, 0x8076, 0x0670); /* 1000_LED_n */
+
+ for (phy = 0; phy < AR40XX_NUM_PORTS - 1; phy++) {
+ /* disable mac loop back */