]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ipq40xx: wr-1: fix WLAN LEDs labels
authorTomasz Maciej Nowak <tmn505@gmail.com>
Thu, 12 Mar 2026 19:45:58 +0000 (20:45 +0100)
committerRobert Marko <robimarko@gmail.com>
Fri, 13 Mar 2026 10:42:02 +0000 (11:42 +0100)
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>
target/linux/ipq40xx/dts/qcom-ipq4018-wr-1.dts

index f9daf3f32d9e7648dc8efae5305368642f046594..a6c3af8b92a2c6803106f78d915ee50a647e9f9a 100644 (file)
                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";
                };
        };