]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
qualcommax: ipq60xx: eap6xx-outdoor: use yellow for LED color
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Thu, 15 May 2025 13:48:30 +0000 (08:48 -0500)
committerRobert Marko <robimarko@gmail.com>
Sat, 14 Mar 2026 20:41:44 +0000 (21:41 +0100)
As I was looking at the differences between EAP610, 623, and 625
Outdoor, I realized that the quick-start guide of all of the devices
mentions a yellow and green LED. Thus rename the "amber" led to
"yellow", and adjust its color ID accordingly.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18804
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/qualcommax/dts/ipq6018-tplink-eap6xx-outdoor.dtsi

index 0a551e73ca6c5684dba9df6788cb7decdb172319..cefdcde3114199c7e43a43f4098cad33ad4f66d6 100644 (file)
@@ -14,9 +14,9 @@
        aliases {
                serial0 = &blsp1_uart3;
                led-boot = &led_sys_green;
-               led-failsafe = &led_sys_amber;
+               led-failsafe = &led_sys_yellow;
                led-running = &led_sys_green;
-               led-upgrade = &led_sys_amber;
+               led-upgrade = &led_sys_yellow;
        };
 
        chosen {
@@ -37,9 +37,9 @@
        leds {
                compatible = "gpio-leds";
 
-               led_sys_amber: led-0 {
+               led_sys_yellow: led-0 {
                        function = "system";
-                       color = <LED_COLOR_ID_AMBER>;
+                       color = <LED_COLOR_ID_YELLOW>;
                        gpios = <&tlmm 35 GPIO_ACTIVE_HIGH>;
                };