aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/FRITZ7320.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/FRITZ7320.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/FRITZ7320.dts')
-rw-r--r--target/linux/lantiq/dts/FRITZ7320.dts18
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/lantiq/dts/FRITZ7320.dts b/target/linux/lantiq/dts/FRITZ7320.dts
index 0a307b97a2..8140b68554 100644
--- a/target/linux/lantiq/dts/FRITZ7320.dts
+++ b/target/linux/lantiq/dts/FRITZ7320.dts
@@ -13,8 +13,8 @@
failsafe = &power;
running = &power;
+ internet = &info_green;
dsl = &power;
- internet = &online;
wifi = &wlan;
};
};
@@ -121,28 +121,28 @@
gpio-leds {
compatible = "gpio-leds";
power: power {
- label = "power";
+ label = "fritz7320:green:power";
gpios = <&gpio 44 1>;
default-state = "keep";
};
voice {
- label = "voice";
+ label = "fritz7320:green:fon";
gpios = <&gpio 47 1>;
};
dect {
- label = "dect";
+ label = "fritz7320:green:dect";
gpios = <&gpio 38 1>;
};
wlan: wlan {
- label = "wlan";
+ label = "fritz7320:green:wlan";
gpios = <&gpio 37 1>;
};
- online: online {
- label = "online";
+ info_green: info_green {
+ label = "fritz7320:green:info";
gpios = <&gpio 35 1>;
};
- online2 {
- label = "online2";
+ info_red {
+ label = "fritz7320:red:info";
gpios = <&gpio 45 1>;
};
};