aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts
diff options
context:
space:
mode:
authorSebastian Schaper <openwrt@sebastianschaper.net>2020-05-19 12:34:53 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-05-26 22:49:18 +0200
commit6ce1e299be13800dbc49821b1faad5e934b91f09 (patch)
tree757512fbb2ff9128c8b937f3f2359e855e0643d9 /target/linux/ath79/dts
parent98342b15434c5d852b891c3be7367257cf9a9cc5 (diff)
downloadupstream-6ce1e299be13800dbc49821b1faad5e934b91f09.tar.gz
upstream-6ce1e299be13800dbc49821b1faad5e934b91f09.tar.bz2
upstream-6ce1e299be13800dbc49821b1faad5e934b91f09.zip
ath79: fix LEDs for D-Link DIR-842
The device has a total of 8 LEDs, 5 of which are controlled by the switch (LAN 1-4, WAN). Only power, wifi and wps are controlled by the SoC. * led_power is on GPIO 5 (not 15), boot flashing sequence is now visible * remove led 'internet', since it is only connected to the switch * remove ucidef_set_led_switch for WAN from 01_leds, as it has no effect Tested on revisions C1 and C3. Signed-off-by: Sebastian Schaper <openwrt@sebastianschaper.net> [adjust commit title] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r--target/linux/ath79/dts/qca9563_dlink_dir-842-c1.dts13
-rw-r--r--target/linux/ath79/dts/qca9563_dlink_dir-842-c2.dts13
-rw-r--r--target/linux/ath79/dts/qca9563_dlink_dir-842-c3.dts13
3 files changed, 12 insertions, 27 deletions
diff --git a/target/linux/ath79/dts/qca9563_dlink_dir-842-c1.dts b/target/linux/ath79/dts/qca9563_dlink_dir-842-c1.dts
index 4df4e8a969..444034ed5f 100644
--- a/target/linux/ath79/dts/qca9563_dlink_dir-842-c1.dts
+++ b/target/linux/ath79/dts/qca9563_dlink_dir-842-c1.dts
@@ -17,19 +17,14 @@
leds {
compatible = "gpio-leds";
- wps {
- label = "dir-842-c1:green:wps";
- gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
- };
-
led_power: power {
label = "dir-842-c1:green:power";
- gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
};
- internet {
- label = "dir-842-c1:green:internet";
- gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
+ wps {
+ label = "dir-842-c1:green:wps";
+ gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
};
wlan {
diff --git a/target/linux/ath79/dts/qca9563_dlink_dir-842-c2.dts b/target/linux/ath79/dts/qca9563_dlink_dir-842-c2.dts
index b86ea29a99..56485a287c 100644
--- a/target/linux/ath79/dts/qca9563_dlink_dir-842-c2.dts
+++ b/target/linux/ath79/dts/qca9563_dlink_dir-842-c2.dts
@@ -17,19 +17,14 @@
leds {
compatible = "gpio-leds";
- wps {
- label = "dir-842-c2:green:wps";
- gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
- };
-
led_power: power {
label = "dir-842-c2:green:power";
- gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
};
- internet {
- label = "dir-842-c2:green:internet";
- gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
+ wps {
+ label = "dir-842-c2:green:wps";
+ gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
};
wlan {
diff --git a/target/linux/ath79/dts/qca9563_dlink_dir-842-c3.dts b/target/linux/ath79/dts/qca9563_dlink_dir-842-c3.dts
index 205fd8f60e..d1467ab5fe 100644
--- a/target/linux/ath79/dts/qca9563_dlink_dir-842-c3.dts
+++ b/target/linux/ath79/dts/qca9563_dlink_dir-842-c3.dts
@@ -17,19 +17,14 @@
leds {
compatible = "gpio-leds";
- wps {
- label = "dir-842-c3:green:wps";
- gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
- };
-
led_power: power {
label = "dir-842-c3:green:power";
- gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
};
- internet {
- label = "dir-842-c3:green:internet";
- gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
+ wps {
+ label = "dir-842-c3:green:wps";
+ gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
};
wlan {