Browse Source

ramips: TP-Link EC220-G5 v2: swap WLAN leds assignment

Swap incorrect WLAN leds assignment between WLAN 2.4 and 5 GHz for TP-Link EC220-G5 v2

Signed-off-by: Mieczyslaw Nalewaj <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16331
Signed-off-by: Hauke Mehrtens <[email protected]>
Mieczyslaw Nalewaj 1 year ago
parent
commit
6e1507e720
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/linux/ramips/dts/mt7620a_tplink_ec220-g5-v2.dts

+ 2 - 2
target/linux/ramips/dts/mt7620a_tplink_ec220-g5-v2.dts

@@ -47,14 +47,14 @@
 			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 {