[PATCH 1/3] ipq40xx: wr-1: fix WLAN LEDs labels
Tomasz Maciej Nowak
tmn505 at terefe.re
Thu Mar 12 12:45:58 PDT 2026
From: Tomasz Maciej Nowak <tmn505 at gmail.com>
Restore the lost band label.
Fixes: 502ac21e8fde ("ipq40xx: drop redundant label with new LED color/function format")
Signed-off-by: Tomasz Maciej Nowak <tmn505 at gmail.com>
---
target/linux/ipq40xx/dts/qcom-ipq4018-wr-1.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/ipq40xx/dts/qcom-ipq4018-wr-1.dts b/target/linux/ipq40xx/dts/qcom-ipq4018-wr-1.dts
index f9daf3f32d9e..a6c3af8b92a2 100644
--- a/target/linux/ipq40xx/dts/qcom-ipq4018-wr-1.dts
+++ b/target/linux/ipq40xx/dts/qcom-ipq4018-wr-1.dts
@@ -46,14 +46,14 @@
wlan2g {
gpios = <&tlmm 1 GPIO_ACTIVE_LOW>;
color = <LED_COLOR_ID_BLUE>;
- function = LED_FUNCTION_WLAN;
+ function = LED_FUNCTION_WLAN_2GHZ;
linux,default-trigger = "phy0tpt";
};
wlan5g {
gpios = <&tlmm 2 GPIO_ACTIVE_LOW>;
color = <LED_COLOR_ID_BLUE>;
- function = LED_FUNCTION_WLAN;
+ function = LED_FUNCTION_WLAN_5GHZ;
linux,default-trigger = "phy1tpt";
};
};
--
2.53.0
More information about the openwrt-devel
mailing list