]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mediatek: acer-predator-w6x: add LED boot status support 23958/head
authorDimitri Souza <dimitri.souza@gmail.com>
Fri, 26 Jun 2026 22:59:43 +0000 (19:59 -0300)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Mon, 29 Jun 2026 07:48:52 +0000 (09:48 +0200)
Define led-boot, led-failsafe, led-running, and led-upgrade in the
Acer Predator W6X DTSI so the system LED reflects the standard OpenWrt
boot and runtime states.

Signed-off-by: Dimitri Souza <dimitri.souza@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23958
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/mediatek/dts/mt7986a-acer-predator-w6x.dtsi

index fb5b5d63c21bc39dd619c76a9e592a8f16ac100b..c97f30af0dae8a718a64e68769c10da6f5acf6bc 100644 (file)
 / {
        aliases {
                serial0 = &uart0;
+               led-boot = &led_status_rgb;
+               led-failsafe = &led_status_rgb;
+               led-running = &led_status_rgb;
+               led-upgrade = &led_status_rgb;
        };
 
        chosen: chosen {