From a3042500ab1114bae29ae55071aa3f26fd19c0a4 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 1 Jan 2016 21:18:08 +0000 Subject: 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 SVN-Revision: 48037 --- target/linux/lantiq/dts/VG3503J.dtsi | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'target/linux/lantiq/dts/VG3503J.dtsi') diff --git a/target/linux/lantiq/dts/VG3503J.dtsi b/target/linux/lantiq/dts/VG3503J.dtsi index e9a3c70b29..50ab0b64af 100644 --- a/target/linux/lantiq/dts/VG3503J.dtsi +++ b/target/linux/lantiq/dts/VG3503J.dtsi @@ -5,6 +5,12 @@ chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; + + leds { + dsl = &dsl; + power = &power; + power2 = &power2; + }; }; memory@0 { @@ -148,15 +154,15 @@ gpio-leds { compatible = "gpio-leds"; - power2 { + power2: power2 { label = "power2"; gpios = <&gpio 14 1>; }; - dsl { + dsl: dsl { label = "bt:green:dsl"; gpios = <&gpio 19 1>; }; - power { + power: power { label = "power"; gpios = <&gpio 28 1>; }; -- cgit v1.2.3