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/H201L.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/H201L.dts')
-rw-r--r-- | target/linux/lantiq/dts/H201L.dts | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/lantiq/dts/H201L.dts b/target/linux/lantiq/dts/H201L.dts index e4da1e5de4..cab2966387 100644 --- a/target/linux/lantiq/dts/H201L.dts +++ b/target/linux/lantiq/dts/H201L.dts @@ -97,32 +97,32 @@ compatible = "gpio-leds"; power_green: power { - label = "power"; + label = "h201l:green:power"; gpios = <&gpio 19 1>; default-state = "keep"; }; online: online { - label = "online"; + label = "h201l:green:internet"; gpios = <&gpio 37 1>; }; dsl: dsl { - label = "dsl"; + label = "h201l:green:dsl"; gpios = <&gpio 4 1>; }; phone { - label = "phone"; + label = "h201l:green:phone"; gpios = <&gpio 39 1>; }; wps { - label = "wps"; + label = "h201l:green:wps"; gpios = <&gpio 22 1>; }; wifi: wifi { - label = "wifi"; + label = "h201l:green:wlan"; gpios = <&gpio 6 1>; }; usb: usb { - label = "usb"; + label = "h201l:green:usb"; gpios = <&gpio 14 1>; }; }; |