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>
master
Sebastian Schaper 4 years ago committed by Adrian Schmutzler
parent 98342b1543
commit 6ce1e299be

@ -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 {

@ -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 {

@ -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 {

@ -102,9 +102,6 @@ enterasys,ws-ap3705i)
devolo,magic-2-wifi)
ucidef_set_led_netdev "plcw" "dLAN" "devolo:white:dlan" "eth0.1" "rx"
;;
dlink,dir-842-c1|\
dlink,dir-842-c2|\
dlink,dir-842-c3|\
dlink,dir-859-a1)
ucidef_set_led_switch "internet" "WAN" "$boardname:green:internet" "switch0" "0x20"
;;

Loading…
Cancel
Save