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/ARV752DPW.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/ARV752DPW.dts')
-rw-r--r-- | target/linux/lantiq/dts/ARV752DPW.dts | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/target/linux/lantiq/dts/ARV752DPW.dts b/target/linux/lantiq/dts/ARV752DPW.dts index d262ed1099..134680b86a 100644 --- a/target/linux/lantiq/dts/ARV752DPW.dts +++ b/target/linux/lantiq/dts/ARV752DPW.dts @@ -9,11 +9,11 @@ bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; leds { - boot = &power; - failsafe = &power1; - running = &power; + boot = &power_red; + failsafe = &power_blue; + running = &power_red; - internet = &internet; + internet = &internet_red; wifi = &wifi; }; }; @@ -179,53 +179,53 @@ gpio-leds { compatible = "gpio-leds"; - power1: power1 { - label = "power1"; + power_blue: power1 { + label = "arv752dpw:blue:power"; gpios = <&gpio 3 1>; }; - internet: internet { - label = "internet"; + internet_red: internet { + label = "arv752dpw:red:internet"; gpios = <&gpio 4 1>; }; message { - label = "message"; + label = "arv752dpw:red:message"; gpios = <&gpio 5 1>; }; - power: power { - label = "power"; + power_red: power { + label = "arv752dpw:red:power"; gpios = <&gpio 6 1>; default-state = "keep"; }; voice1 { - label = "voice1"; + label = "arv752dpw:red:voice"; gpios = <&gpio 8 1>; }; microphone { - label = "umts"; + label = "arv752dpw:red:umts"; gpios = <&gpiomm 3 1>; }; wifi: wifi { - label = "wifi"; + label = "arv752dpw:red:wifi"; gpios = <&gpiomm 4 1>; }; fxs1 { - label = "fxs1"; + label = "arv752dpw:green:tae-n"; gpios = <&gpiomm 5 1>; }; fxs2 { - label = "fxs2"; + label = "arv752dpw:green:tae-u"; gpios = <&gpiomm 6 1>; }; fxo { - label = "fxo"; + label = "arv752dpw:green:isdn"; gpios = <&gpiomm 7 1>; }; internet2 { - label = "internet2"; + label = "arv752dpw:blue:internet"; gpios = <&gpiomm 8 1>; }; voice2 { - label = "voice2"; + label = "arv752dpw:blue:voice"; gpios = <&gpiomm 9 1>; }; }; |