diff options
| author | Mieczyslaw Nalewaj | 2024-09-05 07:37:56 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-09-22 13:31:11 +0000 |
| commit | 6e1507e720596f124b7ef1f023cbfa57834203a3 (patch) | |
| tree | 82bd46027626c387266014d03bbc63e3336a099c | |
| parent | 06fed85948b1cb4e44664fdd31dba3d7f1f1b0fd (diff) | |
| download | openwrt-6e1507e720596f124b7ef1f023cbfa57834203a3.tar.gz | |
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 <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16331
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/ramips/dts/mt7620a_tplink_ec220-g5-v2.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7620a_tplink_ec220-g5-v2.dts b/target/linux/ramips/dts/mt7620a_tplink_ec220-g5-v2.dts index a39455cf29..f20cbb4c8f 100644 --- a/target/linux/ramips/dts/mt7620a_tplink_ec220-g5-v2.dts +++ b/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 { |