From: Tomasz Maciej Nowak Date: Thu, 12 Mar 2026 19:45:58 +0000 (+0100) Subject: ipq40xx: wr-1: fix WLAN LEDs labels X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=873120b4ffaf17ad8d72e4e654a6d9657d34a9cb;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/ipq40xx/dts/qcom-ipq4018-wr-1.dts b/target/linux/ipq40xx/dts/qcom-ipq4018-wr-1.dts index f9daf3f32d9..a6c3af8b92a 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"; }; };