mediatek: acer-predator-w6x: add LED boot status support

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>
This commit is contained in:
Dimitri Souza
2026-06-26 19:59:43 -03:00
committed by Jonas Jelonek
parent 3392fd3513
commit 002e7613e0
@@ -11,6 +11,10 @@
/ {
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 {