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