[openwrt/openwrt] mediatek: filogic: Asus TUF AX6000 fix inverted LED for 2.5Gb LAN port

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 15 15:29:42 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/6961fe98ecfb47655893606265c5426995dfbb3f

commit 6961fe98ecfb47655893606265c5426995dfbb3f
Author: Patryk Kowalczyk <patryk at kowalczyk.ws>
AuthorDate: Tue Jan 2 10:37:47 2024 +0100

    mediatek: filogic: Asus TUF AX6000 fix inverted LED for 2.5Gb LAN port
    
    Router Asus TUF AX6000 have second MaxLinear GPY211 PHY controller for 2.5Gb LAN port.
    The 5'th LAN port have inverted status of the LED.
    Based on the commit from main branch 90fbec8 we could set proper status of the LED.
    
    Signed-off-by: Patryk Kowalczyk <patryk at kowalczyk.ws>
    (cherry picked from commit b22539b5fef9572f9ce2bedcd01d083c918d82f1)
    Signed-off-by: Tom Herbers <mail at tomherbers.de>
---
 target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts b/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts
index 41e6d2471d..b05dec93b4 100644
--- a/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts
+++ b/target/linux/mediatek/dts/mt7986a-asus-tuf-ax6000.dts
@@ -131,6 +131,7 @@
 		compatible = "ethernet-phy-ieee802.3-c45";
 		reg = <5>;
 
+		mxl,led-drive-vdd;
 		mxl,led-config = <0x03f0 0x0 0x0 0x0>;
 	};
 




More information about the lede-commits mailing list