diff options
author | Dmitry Tunin <hanipouspilot@gmail.com> | 2018-08-14 08:54:38 +0300 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-15 07:42:36 +0200 |
commit | 7a873974f7fd04b4d5563df2b7ed91e9be3b38b7 (patch) | |
tree | 2ab97e225602043b226fa09d68dc35cf6f8338bb /target/linux/ath79/dts/ar7241_tplink.dtsi | |
parent | 37af596593b0e84d0a076ab8f173066e3d7bc810 (diff) | |
download | upstream-7a873974f7fd04b4d5563df2b7ed91e9be3b38b7.tar.gz upstream-7a873974f7fd04b4d5563df2b7ed91e9be3b38b7.tar.bz2 upstream-7a873974f7fd04b4d5563df2b7ed91e9be3b38b7.zip |
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 <hanipouspilot@gmail.com>
[reword commit message]
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ath79/dts/ar7241_tplink.dtsi')
-rw-r--r-- | target/linux/ath79/dts/ar7241_tplink.dtsi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar7241_tplink.dtsi b/target/linux/ath79/dts/ar7241_tplink.dtsi index ef248793d9..4078ced7d0 100644 --- a/target/linux/ath79/dts/ar7241_tplink.dtsi +++ b/target/linux/ath79/dts/ar7241_tplink.dtsi @@ -7,7 +7,10 @@ / { aliases { - led-status = &led_system; + led-boot = &led_system; + led-failsafe = &led_system; + led-running = &led_system; + led-upgrade = &led_system; }; gpio-keys-polled { |