2
0
forked from Ivasoft/openwrt

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
This commit is contained in:
John Crispin
2016-01-01 21:18:54 +00:00
parent 4cf3fd49fc
commit 3cbfc74cde
30 changed files with 396 additions and 372 deletions

View File

@@ -246,32 +246,32 @@
compatible = "gpio-leds";
power_green: power {
label = "power";
label = "fritz3370:green:power";
gpios = <&gpio 32 1>;
default-state = "keep";
};
power_red: power2 {
label = "power2";
label = "fritz3370:red:power";
gpios = <&gpio 33 1>;
};
info_red {
label = "info_red";
label = "fritz3370:red:info";
gpios = <&gpio 34 1>;
};
wifi: wifi {
label = "wifi";
label = "fritz3370:green:wlan";
gpios = <&gpio 35 1>;
};
dsl: dsl {
label = "dsl";
label = "fritz3370:green:dsl";
gpios = <&gpio 36 1>;
};
lan {
label = "lan";
label = "fritz3370:green:lan";
gpios = <&gpio 38 1>;
};
info_green: info_green {
label = "info_green";
label = "fritz3370:green:info";
gpios = <&gpio 47 1>;
};
};