aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/ARV8539PW22.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/ARV8539PW22.dts
parent4cf3fd49fcb73655561cb2bea6315e3a3790b076 (diff)
downloadupstream-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/ARV8539PW22.dts')
-rw-r--r--target/linux/lantiq/dts/ARV8539PW22.dts13
1 files changed, 8 insertions, 5 deletions
diff --git a/target/linux/lantiq/dts/ARV8539PW22.dts b/target/linux/lantiq/dts/ARV8539PW22.dts
index c78178be60..9e1b441437 100644
--- a/target/linux/lantiq/dts/ARV8539PW22.dts
+++ b/target/linux/lantiq/dts/ARV8539PW22.dts
@@ -147,29 +147,32 @@
compatible = "gpio-leds";
power_green: power-green {
- label = "power";
+ label = "arv8539pw22:green:power";
gpios = <&gpio 24 1>;
default-state = "keep";
};
power_red: power-red {
- label = "soc:red:power";
+ label = "arv8539pw22:red:power";
gpios = <&gpio 4 1>;
};
dsl_green: dsl-green {
- label = "soc:green:dsl";
+ label = "arv8539pw22:green:dsl";
gpios = <&gpio 5 1>;
};
online_green: online-green {
- label = "soc:green:online";
+ label = "arv8539pw22:green:online";
gpios = <&gpio 6 1>;
};
wireless_green: wireless-green {
- label = "soc:green:wireless";
+ label = "arv8539pw22:green:wlan";
gpios = <&gpio 8 1>;
};
+ /*
+ telefonie green is missing
+ */
};
};