summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/TDW89X0.dtsi
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-01-01 21:18:47 +0000
committerJohn Crispin <john@openwrt.org>2016-01-01 21:18:47 +0000
commit4cf3fd49fcb73655561cb2bea6315e3a3790b076 (patch)
treefc9dccdbebbaf2478ef997d7ac307c38e7d5d6c8 /target/linux/lantiq/dts/TDW89X0.dtsi
parentebc71a4d1646eb88cf71e301c085a2dfa5d1efcf (diff)
downloadmaster-31e0f0ae-4cf3fd49fcb73655561cb2bea6315e3a3790b076.tar.gz
master-31e0f0ae-4cf3fd49fcb73655561cb2bea6315e3a3790b076.tar.bz2
master-31e0f0ae-4cf3fd49fcb73655561cb2bea6315e3a3790b076.zip
lantiq: add support for indicating the boot state using three leds
The BTHOMEHUBV5A has a RGB power led, where every colour is perfect to indicate the current boot state. This patch adds support for such cases. The existing led sequences should be the same as before. Boards which are using a led different from power (like TDW89x0) are changed to switch of the led after boot Signed-off-by: Mathias Kresin <openwrt@kresin.me> SVN-Revision: 48041
Diffstat (limited to 'target/linux/lantiq/dts/TDW89X0.dtsi')
-rw-r--r--target/linux/lantiq/dts/TDW89X0.dtsi6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/TDW89X0.dtsi b/target/linux/lantiq/dts/TDW89X0.dtsi
index 3d9e59e2ef..04bb5a4503 100644
--- a/target/linux/lantiq/dts/TDW89X0.dtsi
+++ b/target/linux/lantiq/dts/TDW89X0.dtsi
@@ -5,10 +5,12 @@
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
leds {
+ /* the power led can't be controlled, use the wps led instead */
+ boot = &wps;
+ failsafe = &wps;
+
dsl = &dsl;
internet = &internet;
- /* the power led can't be controlled, use the wps led instead */
- power = &wps;
usb = &usb0;
usb2 = &usb2;
};