[openwrt/openwrt] ipq40xx: add led aliases for Linksys WHW01

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 19 08:25:57 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/b2119bbaa2fec757801a3b1627a13584c16188c2

commit b2119bbaa2fec757801a3b1627a13584c16188c2
Author: Christoph Krapp <achterin at gmail.com>
AuthorDate: Sat Oct 18 00:43:10 2025 +0200

    ipq40xx: add led aliases for Linksys WHW01
    
    This adds led aliases for failsafe and upgrade. Before this change the
    leds stayed dark in both situations.
    
    Signed-off-by: Christoph Krapp <achterin at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20441
    Signed-off-by: Robert Marko <robimarko at gmail.com>
    (cherry picked from commit 1afe4ba623936fa42daba5b88d33687ef551ed11)
    Link: https://github.com/openwrt/openwrt/pull/20454
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 .../ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-whw01.dts   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-whw01.dts b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-whw01.dts
index f8c9003632..926a2345af 100644
--- a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-whw01.dts
+++ b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-whw01.dts
@@ -13,7 +13,9 @@
 		ethernet0 = &gmac;
 		serial0 = &blsp1_uart1;
 		led-boot = &led_system_blue;
+		led-failsafe = &led_system_red;
 		led-running = &led_system_blue;
+		led-upgrade = &led_system_red;
 		label-mac-device = &gmac;
 	};
 
@@ -56,7 +58,7 @@
 		reg = <0x62>;
 
 		/* RGB? */
-		led at 0 {
+		led_system_red: led at 0 {
 			reg = <0>;
 			color = <LED_COLOR_ID_RED>;
 			function = LED_FUNCTION_POWER;




More information about the lede-commits mailing list