qualcommax: ipq60xx: eap6xx-outdoor: use yellow for LED color

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>
This commit is contained in:
Alexandru Gagniuc 2025-05-15 08:48:30 -05:00 committed by Robert Marko
parent d755c49f7a
commit 38635ffd33

View 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>;
};