diff options
| author | Christoph Krapp | 2025-10-17 22:43:10 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-10-19 09:55:22 +0000 |
| commit | 1afe4ba623936fa42daba5b88d33687ef551ed11 (patch) | |
| tree | 5f3cd83988d4ce87ff544a7081b426019a65294e | |
| parent | deca8fd24bcd039a3784bf83db5541b297def8ff (diff) | |
| download | openwrt-1afe4ba623936fa42daba5b88d33687ef551ed11.tar.gz | |
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@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20441
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4018-whw01.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4018-whw01.dts b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4018-whw01.dts index 3fbc66b1a3..15a22afff7 100644 --- a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4018-whw01.dts +++ b/target/linux/ipq40xx/files-6.12/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@0 { + led_system_red: led@0 { reg = <0>; color = <LED_COLOR_ID_RED>; function = LED_FUNCTION_POWER; |