From 38635ffd330713f3187d7633225b815d0570c6f5 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Thu, 15 May 2025 08:48:30 -0500 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/18804 Signed-off-by: Robert Marko --- .../qualcommax/dts/ipq6018-tplink-eap6xx-outdoor.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/linux/qualcommax/dts/ipq6018-tplink-eap6xx-outdoor.dtsi b/target/linux/qualcommax/dts/ipq6018-tplink-eap6xx-outdoor.dtsi index 0a551e73ca..cefdcde311 100644 --- a/target/linux/qualcommax/dts/ipq6018-tplink-eap6xx-outdoor.dtsi +++ b/target/linux/qualcommax/dts/ipq6018-tplink-eap6xx-outdoor.dtsi @@ -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 = ; + color = ; gpios = <&tlmm 35 GPIO_ACTIVE_HIGH>; };