diff options
author | John Crispin <john@openwrt.org> | 2016-01-01 21:18:08 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-01 21:18:08 +0000 |
commit | a3042500ab1114bae29ae55071aa3f26fd19c0a4 (patch) | |
tree | 7f23dfe057fd24edc68c2a4a0d6d8fb2a5719437 /target/linux/lantiq/dts/BTHOMEHUBV5A.dts | |
parent | 5b6f0250f644756c573557add4b103ecf7560dec (diff) | |
download | upstream-a3042500ab1114bae29ae55071aa3f26fd19c0a4.tar.gz upstream-a3042500ab1114bae29ae55071aa3f26fd19c0a4.tar.bz2 upstream-a3042500ab1114bae29ae55071aa3f26fd19c0a4.zip |
lantiq: define default leds in dts files
- ARV7525PW: use the power led as dsl led as done by the stock firmware
- FRITZ3370: use the info led as internet led
- FRITZ7320: use the power led as dsl led as done by the stock firmware
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 48037
Diffstat (limited to 'target/linux/lantiq/dts/BTHOMEHUBV5A.dts')
-rw-r--r-- | target/linux/lantiq/dts/BTHOMEHUBV5A.dts | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/BTHOMEHUBV5A.dts b/target/linux/lantiq/dts/BTHOMEHUBV5A.dts index e8cdbbfe39..414157331f 100644 --- a/target/linux/lantiq/dts/BTHOMEHUBV5A.dts +++ b/target/linux/lantiq/dts/BTHOMEHUBV5A.dts @@ -7,6 +7,11 @@ chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; + + leds { + internet = &broadband_blue; + wifi = &wireless_blue; + }; }; memory@0 { @@ -248,7 +253,7 @@ label = "soc:green:broadband"; gpios = <&gpio 3 1>; }; - broadband-blue { + broadband_blue: broadband-blue { label = "soc:blue:broadband"; gpios = <&gpio 8 1>; }; @@ -261,7 +266,7 @@ label = "soc:green:wireless"; gpios = <&gpio 10 1>; }; - wireless-blue { + wireless_blue: wireless-blue { label = "soc:blue:wireless"; gpios = <&gpio 11 1>; }; |