From 873120b4ffaf17ad8d72e4e654a6d9657d34a9cb Mon Sep 17 00:00:00 2001 From: Tomasz Maciej Nowak Date: Thu, 12 Mar 2026 20:45:58 +0100 Subject: [PATCH] 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 --- 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 f9daf3f32d..a6c3af8b92 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 = ; - function = LED_FUNCTION_WLAN; + function = LED_FUNCTION_WLAN_2GHZ; linux,default-trigger = "phy0tpt"; }; wlan5g { gpios = <&tlmm 2 GPIO_ACTIVE_LOW>; color = ; - function = LED_FUNCTION_WLAN; + function = LED_FUNCTION_WLAN_5GHZ; linux,default-trigger = "phy1tpt"; }; };