From 7a873974f7fd04b4d5563df2b7ed91e9be3b38b7 Mon Sep 17 00:00:00 2001 From: Dmitry Tunin Date: Tue, 14 Aug 2018 08:54:38 +0300 Subject: ath79: add support for indicating the boot state using multiple leds Use diag.sh version used for apm821xx, ipq40xx and ipq806x, which supports different leds for the different boot states. The existing led sequences should be the same as before. Signed-off-by: Dmitry Tunin [reword commit message] Signed-off-by: Mathias Kresin --- target/linux/ath79/dts/ar9341_pcs_cr3000.dts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/linux/ath79/dts/ar9341_pcs_cr3000.dts') diff --git a/target/linux/ath79/dts/ar9341_pcs_cr3000.dts b/target/linux/ath79/dts/ar9341_pcs_cr3000.dts index dace6c338f..3a7903eed2 100644 --- a/target/linux/ath79/dts/ar9341_pcs_cr3000.dts +++ b/target/linux/ath79/dts/ar9341_pcs_cr3000.dts @@ -12,7 +12,10 @@ aliases { serial0 = &uart; - led-status = &status; + led-boot = &status; + led-failsafe = &status; + led-running = &status; + led-upgrade = &status; }; keys { -- cgit v1.2.3