From: Mieczyslaw Nalewaj Date: Thu, 5 Sep 2024 07:37:56 +0000 (+0200) Subject: ramips: TP-Link EC220-G5 v2: swap WLAN leds assignment X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6e1507e720596f124b7ef1f023cbfa57834203a3;p=openwrt%2Fstaging%2Fthess.git 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 Link: https://github.com/openwrt/openwrt/pull/16331 Signed-off-by: Hauke Mehrtens --- 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 = ; gpios = <&gpio0 2 GPIO_ACTIVE_LOW>; - linux,default-trigger = "phy0tpt"; + linux,default-trigger = "phy1tpt"; }; led-5 { function = LED_FUNCTION_WLAN_5GHZ; color = ; gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; - linux,default-trigger = "phy1tpt"; + linux,default-trigger = "phy0tpt"; }; led-6 {