aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/GR7000.dts
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-01-01 21:18:54 +0000
committerJohn Crispin <blogic@openwrt.org>2016-01-01 21:18:54 +0000
commit00431250ef967a6e2b6fcc24457b0919f96b5c0d (patch)
treec1662f52a6aaff6455d29d038e1bc1be01eb6faa /target/linux/lantiq/dts/GR7000.dts
parent1351936e19016ff3d93fc1fd8e8e0201a4d07c2e (diff)
downloadmaster-187ad058-00431250ef967a6e2b6fcc24457b0919f96b5c0d.tar.gz
master-187ad058-00431250ef967a6e2b6fcc24457b0919f96b5c0d.tar.bz2
master-187ad058-00431250ef967a6e2b6fcc24457b0919f96b5c0d.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48042 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/dts/GR7000.dts')
-rw-r--r--target/linux/lantiq/dts/GR7000.dts14
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/lantiq/dts/GR7000.dts b/target/linux/lantiq/dts/GR7000.dts
index b6c2c0b5a6..27c9f4ad61 100644
--- a/target/linux/lantiq/dts/GR7000.dts
+++ b/target/linux/lantiq/dts/GR7000.dts
@@ -12,7 +12,7 @@
boot = &power_red;
failsafe = &power_red;
- internet = &internet;
+ internet = &internet_green;
usb = &usb;
wifi = &wifi;
};
@@ -120,23 +120,23 @@
compatible = "gpio-leds";
power_red: power2 {
- label = "power2";
+ label = "gr7000:red:power";
gpios = <&stp 4 0>;
};
- internet: internet {
- label = "internet";
+ internet_green: internet {
+ label = "gr7000:green:internet";
gpios = <&stp 2 1>;
};
internet2 {
- label = "internet2";
+ label = "gr7000:red:internet";
gpios = <&stp 3 1>;
};
usb: usb {
- label = "usb";
+ label = "gr7000:green:usb";
gpios = <&stp 10 1>;
};
wifi: wifi {
- label = "wifi";
+ label = "gr7000:green:wireless";
gpios = <&stp 15 1>;
};
};