diff options
author | John Crispin <john@openwrt.org> | 2016-01-01 21:18:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-01 21:18:54 +0000 |
commit | 3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0 (patch) | |
tree | d5d4c3d0422d731a2753c83a624f622dd91b469d /target/linux/lantiq/dts/ARV7525PW.dts | |
parent | 4cf3fd49fcb73655561cb2bea6315e3a3790b076 (diff) | |
download | upstream-3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0.tar.gz upstream-3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0.tar.bz2 upstream-3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0.zip |
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 <openwrt@kresin.me>
SVN-Revision: 48042
Diffstat (limited to 'target/linux/lantiq/dts/ARV7525PW.dts')
-rw-r--r-- | target/linux/lantiq/dts/ARV7525PW.dts | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/target/linux/lantiq/dts/ARV7525PW.dts b/target/linux/lantiq/dts/ARV7525PW.dts index 922a2c8746..2270893e90 100644 --- a/target/linux/lantiq/dts/ARV7525PW.dts +++ b/target/linux/lantiq/dts/ARV7525PW.dts @@ -9,11 +9,11 @@ bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; leds { - boot = &power; - failsafe = &power1; - running = &power; + boot = &power_green; + failsafe = &power_red; + running = &power_green; - dsl = &power; + dsl = &power_green; internet = &online; wifi = &wifi; }; @@ -124,29 +124,29 @@ gpio-leds { compatible = "gpio-leds"; - power: power { - label = "power"; + power_green: power { + label = "arv7525pw:green:power"; gpios = <&gpio 3 1>; default-state = "keep"; }; - power1: power1 { - label = "power1"; + power_red: power1 { + label = "arv7525pw:red:power"; gpios = <&gpio 4 1>; }; online: online { - label = "online"; + label = "arv7525pw:green:online"; gpios = <&gpio 5 1>; }; voice { - label = "voice"; + label = "arv7525pw:green:telefonie"; gpios = <&gpio 6 1>; }; voice2 { - label = "voice2"; + label = "arv7525pw:red:telefonie"; gpios = <&gpio 8 1>; }; wifi: wifi { - label = "wifi"; + label = "arv7525pw:green:wlan"; gpios = <&gpio 9 1>; }; }; |