summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Maciej Nowak2026-03-12 19:45:58 +0000
committerHauke Mehrtens2026-05-13 22:41:57 +0000
commitca43162854e7055afdadd0b7db3b44dcfd02a504 (patch)
tree4e24d34b244b6095488cbeae8a12bd3ba1771fac
parent99211b26fb3b9ed71d065a1fa35ce54a0d883944 (diff)
downloadopenwrt-ca43162854e7055afdadd0b7db3b44dcfd02a504.tar.gz
ipq40xx: wr-1: fix WLAN LEDs labels
Restore the lost band label. Fixes: 502ac21e8fde ("ipq40xx: drop redundant label with new LED color/function format") Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com> (cherry picked from commit 873120b4ffaf17ad8d72e4e654a6d9657d34a9cb)
-rw-r--r--target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4018-wr-1.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4018-wr-1.dts b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4018-wr-1.dts
index f9daf3f32d..a6c3af8b92 100644
--- a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4018-wr-1.dts
+++ b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/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";
};
};