aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>2017-04-17 16:06:40 +0100
committerMathias Kresin <dev@kresin.me>2017-04-21 07:50:55 +0200
commite1d433b293ae12037947d8e168f8080534fa3d37 (patch)
treef45f1f0464efa949638b2cd0923013a8c306c7bb /target/linux/lantiq/dts
parent18618695aedf8cf593ca5bb5a5a0b4c97e53dd2f (diff)
downloadupstream-e1d433b293ae12037947d8e168f8080534fa3d37.tar.gz
upstream-e1d433b293ae12037947d8e168f8080534fa3d37.tar.bz2
upstream-e1d433b293ae12037947d8e168f8080534fa3d37.zip
lantiq: improve DGN3500 LED definitions
Add red:internet led on gpio 30 previously claimed as missing. Wifi led was claimed as blue however there are no blue leds on the board at all. Actually there are two wifi leds, green & amber so add definitions for those. Make the newly discovered green wifi led gpio 14 the default. There is no amber power led on this board. The mention of the amber power led in the manual means power red and power green at the same time. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> [removed unnecessary aliases, add migration script] Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r--target/linux/lantiq/dts/DGN3500.dtsi20
1 files changed, 11 insertions, 9 deletions
diff --git a/target/linux/lantiq/dts/DGN3500.dtsi b/target/linux/lantiq/dts/DGN3500.dtsi
index e155577414..890b49f34f 100644
--- a/target/linux/lantiq/dts/DGN3500.dtsi
+++ b/target/linux/lantiq/dts/DGN3500.dtsi
@@ -15,7 +15,7 @@
led-dsl = &dsl;
led-internet = &internet;
led-usb = &usb;
- led-wifi = &wifi;
+ led-wifi = &wifi_green;
};
memory@0 {
@@ -106,9 +106,10 @@
label = "dgn3500:green:internet";
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
};
- /*
- internet red is missing
- */
+ internet2 {
+ label = "dgn3500:red:internet";
+ gpios = <&gpio 30 GPIO_ACTIVE_LOW>;
+ };
dsl: dsl {
label = "dgn3500:green:dsl";
gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
@@ -126,11 +127,12 @@
label = "dgn3500:red:power";
gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
};
- /*
- power amber is missing
- */
- wifi: wifi {
- label = "dgn3500:blue:wireless";
+ wifi_green: wifi {
+ label = "dgn3500:green:wireless";
+ gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
+ };
+ wifi2 {
+ label = "dgn3500:amber:wireless";
gpios = <&gpio 51 GPIO_ACTIVE_LOW>;
};
wps {