ramips: TP-Link EC220-G5 v2: swap WLAN leds assignment
authorMieczyslaw Nalewaj <namiltd@yahoo.com>
Thu, 5 Sep 2024 07:37:56 +0000 (09:37 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 22 Sep 2024 13:31:11 +0000 (15:31 +0200)
Swap incorrect WLAN leds assignment between WLAN 2.4 and 5 GHz for TP-Link EC220-G5 v2

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16331
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ramips/dts/mt7620a_tplink_ec220-g5-v2.dts

index a39455cf293f715e731aa1154a3316c8866e6994..f20cbb4c8fc925756e7058eebee26ab2fc9b96f1 100644 (file)
                        function = LED_FUNCTION_WLAN_2GHZ;
                        color = <LED_COLOR_ID_GREEN>;
                        gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
-                       linux,default-trigger = "phy0tpt";
+                       linux,default-trigger = "phy1tpt";
                };
 
                led-5 {
                        function = LED_FUNCTION_WLAN_5GHZ;
                        color = <LED_COLOR_ID_GREEN>;
                        gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
-                       linux,default-trigger = "phy1tpt";
+                       linux,default-trigger = "phy0tpt";
                };
 
                led-6 {