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/EASY80920.dtsi | |
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/EASY80920.dtsi')
-rw-r--r-- | target/linux/lantiq/dts/EASY80920.dtsi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/lantiq/dts/EASY80920.dtsi b/target/linux/lantiq/dts/EASY80920.dtsi index 14a020fc4f..cf37e233a1 100644 --- a/target/linux/lantiq/dts/EASY80920.dtsi +++ b/target/linux/lantiq/dts/EASY80920.dtsi @@ -303,40 +303,40 @@ compatible = "gpio-leds"; power: power { - label = "power"; + label = "easy80920:green:power"; gpios = <&stp 9 0>; default-state = "keep"; }; warning { - label = "warning"; + label = "easy80920:green:warning"; gpios = <&stp 22 0>; }; fxs1 { - label = "fxs1"; + label = "easy80920:green:fxs1"; gpios = <&stp 21 0>; }; fxs2 { - label = "fxs2"; + label = "easy80920:green:fxs2"; gpios = <&stp 20 0>; }; fxo { - label = "fxo"; + label = "easy80920:green:fxo"; gpios = <&stp 19 0>; }; usb1: usb1 { - label = "usb1"; + label = "easy80920:green:usb1"; gpios = <&stp 18 0>; }; usb2: usb2 { - label = "usb2"; + label = "easy80920:green:usb2"; gpios = <&stp 15 0>; }; sd { - label = "sd"; + label = "easy80920:green:sd"; gpios = <&stp 14 0>; }; wps { - label = "wps"; + label = "easy80920:green:wps"; gpios = <&stp 12 0>; }; }; |