From 6e1507e720596f124b7ef1f023cbfa57834203a3 Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Thu, 5 Sep 2024 09:37:56 +0200 Subject: [PATCH] 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 --- target/linux/ramips/dts/mt7620a_tplink_ec220-g5-v2.dts | 4 ++-- 1 file 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 = ; 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 { -- 2.30.2