From: Dimitri Souza Date: Fri, 26 Jun 2026 22:59:43 +0000 (-0300) Subject: mediatek: acer-predator-w6x: add LED boot status support X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23958%2Fhead;p=thirdparty%2Fopenwrt.git 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 Link: https://github.com/openwrt/openwrt/pull/23958 Signed-off-by: Jonas Jelonek --- diff --git a/target/linux/mediatek/dts/mt7986a-acer-predator-w6x.dtsi b/target/linux/mediatek/dts/mt7986a-acer-predator-w6x.dtsi index fb5b5d63c21..c97f30af0da 100644 --- a/target/linux/mediatek/dts/mt7986a-acer-predator-w6x.dtsi +++ b/target/linux/mediatek/dts/mt7986a-acer-predator-w6x.dtsi @@ -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 {