From 8f4dfadd5a4370e455f08967bfe9b7c9125576e8 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Tue, 28 Aug 2018 06:54:27 +0200 Subject: ramips: add support for indicating the boot state using multiple leds Use diag.sh version used for other targets supporting different leds for the different boot states. The existing led sequences should be the same as before. Signed-off-by: Mathias Kresin --- target/linux/ramips/dts/WIDORA-NEO.dtsi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/dts/WIDORA-NEO.dtsi') diff --git a/target/linux/ramips/dts/WIDORA-NEO.dtsi b/target/linux/ramips/dts/WIDORA-NEO.dtsi index 4c037c7032..4d2ebb20c7 100644 --- a/target/linux/ramips/dts/WIDORA-NEO.dtsi +++ b/target/linux/ramips/dts/WIDORA-NEO.dtsi @@ -7,7 +7,10 @@ compatible = "widora,neo", "mediatek,mt7628an-soc"; aliases { - led-status = &led_wifi; + led-boot = &led_wifi; + led-failsafe = &led_wifi; + led-running = &led_wifi; + led-upgrade = &led_wifi; }; chosen { -- cgit v1.2.3