summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/ARV7519RW22.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-01-01 21:18:54 +0000
committerJohn Crispin <john@openwrt.org>2016-01-01 21:18:54 +0000
commit3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0 (patch)
treed5d4c3d0422d731a2753c83a624f622dd91b469d /target/linux/lantiq/dts/ARV7519RW22.dts
parent4cf3fd49fcb73655561cb2bea6315e3a3790b076 (diff)
downloadmaster-31e0f0ae-3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0.tar.gz
master-31e0f0ae-3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0.tar.bz2
master-31e0f0ae-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/ARV7519RW22.dts')
-rw-r--r--target/linux/lantiq/dts/ARV7519RW22.dts14
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/lantiq/dts/ARV7519RW22.dts b/target/linux/lantiq/dts/ARV7519RW22.dts
index 872af54b8d..43d6c6e0f2 100644
--- a/target/linux/lantiq/dts/ARV7519RW22.dts
+++ b/target/linux/lantiq/dts/ARV7519RW22.dts
@@ -206,32 +206,32 @@
compatible = "gpio-leds";
lan_green {
- label = "lan";
+ label = "arv7519rw22:green:lan";
gpios = <&gpio 2 1>;
};
internet_red {
- label = "internet_red";
+ label = "arv7519rw22:red:internet";
gpios = <&gpio 10 1>;
};
power_green: power_green {
- label = "power";
+ label = "arv7519rw22:green:power";
gpios = <&gpio 14 1>;
default-state = "keep";
};
alarm_blue {
- label = "alarm";
+ label = "arv7519rw22:blue:alarm";
gpios = <&gpio 15 1>;
};
internet_orange {
- label = "internet_orange";
+ label = "arv7519rw22:orange:internet";
gpios = <&gpio 19 1>;
};
internet_green: internet_green {
- label = "internet_green";
+ label = "arv7519rw22:green:internet";
gpios = <&gpio 28 1>;
};
voice_green {
- label = "voice";
+ label = "arv7519rw22:green:voice";
gpios = <&gpio 29 1>;
};
};