From b22539b5fef9572f9ce2bedcd01d083c918d82f1 Mon Sep 17 00:00:00 2001 From: Patryk Kowalczyk Date: Tue, 2 Jan 2024 10:37:47 +0100 Subject: [PATCH] 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 --- 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>; }; -- 2.30.2