ramips: Archer C50v1: fix power led

01_leds had a workaround for the power led to compensate for the
inverted GPIO state. This patch was missing from my previous commit.

Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
[add the power led default-state which was omitted in the last commit
by me]
Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Thibaut VARENE 2017-07-29 11:32:44 +02:00 committed by Mathias Kresin
parent 8e67c358e7
commit c407e6c2f2
2 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,6 @@ c20i)
ucidef_set_led_wlan "wlan" "wlan" "$board:blue:wlan" "phy0radio" ucidef_set_led_wlan "wlan" "wlan" "$board:blue:wlan" "phy0radio"
;; ;;
c50) c50)
ucidef_set_led_default "power" "power" "$board:green:power" "0"
ucidef_set_led_switch "lan" "lan" "$board:green:lan" "switch0" "0x1e" ucidef_set_led_switch "lan" "lan" "$board:green:lan" "switch0" "0x1e"
ucidef_set_led_switch "wan" "wan" "$board:green:wan" "switch0" "0x01" ucidef_set_led_switch "wan" "wan" "$board:green:wan" "switch0" "0x01"
set_usb_led "$board:green:usb" set_usb_led "$board:green:usb"

View File

@ -23,6 +23,7 @@
power { power {
label = "c50:green:power"; label = "c50:green:power";
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
default-state = "on";
}; };
usb { usb {