From 3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 1 Jan 2016 21:18:54 +0000 Subject: lantiq: use devicename:colour:function led naming scheme The leds of the following boards are not renamed due to lack of manuals/informations: - ARV7519PW - ARV7510PW22 - ARV4510PW The leds of the ARV4518PWR01* boards are unchanged, since the leds doesn't match the leds from the manual or pictures (e.g. there shouldn't be a wps led). Signed-off-by: Mathias Kresin SVN-Revision: 48042 --- target/linux/lantiq/dts/VG3503J.dtsi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 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 fe192a358f..243ab0dca0 100644 --- a/target/linux/lantiq/dts/VG3503J.dtsi +++ b/target/linux/lantiq/dts/VG3503J.dtsi @@ -7,9 +7,9 @@ bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; leds { - boot = &power; - failsafe = &power2; - running = &power; + boot = &power_green; + failsafe = &power_red; + running = &power_green; internet = &dsl; }; @@ -156,16 +156,16 @@ gpio-leds { compatible = "gpio-leds"; - power2: power2 { - label = "power2"; + power_red: power2 { + label = "vg3503j:red:power"; gpios = <&gpio 14 1>; }; dsl: dsl { - label = "bt:green:dsl"; + label = "vg3503j:green:dsl"; gpios = <&gpio 19 1>; }; - power: power { - label = "power"; + power_green: power { + label = "vg3503j:green:power"; gpios = <&gpio 28 1>; default-state = "keep"; }; -- cgit v1.2.3