aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatrinel Catrinescu <cc@80211.de>2020-03-11 10:10:00 +0100
committerJohn Crispin <john@phrozen.org>2020-03-11 10:50:20 +0100
commit3e03b7ac4ada4966d058871d0a1f67f1f0f408d4 (patch)
tree55d82893743cfc8df53bf93c9284dcfa71864053
parentec8e8e2ef0826d82b4dfbd567a073b31dc27b764 (diff)
downloadupstream-3e03b7ac4ada4966d058871d0a1f67f1f0f408d4.tar.gz
upstream-3e03b7ac4ada4966d058871d0a1f67f1f0f408d4.tar.bz2
upstream-3e03b7ac4ada4966d058871d0a1f67f1f0f408d4.zip
ar71xx/ath79: ew-dorin, fix the trigger level for WPS button
Because the WPS button had the wrong trigger level, the failsafe mode was triggered quite often, after this commit: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=27f3f493de Signed-off-by: Catrinel Catrinescu <cc@80211.de>
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-ew-dorin.c2
-rw-r--r--target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-ew-dorin.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-ew-dorin.c
index 575a976aec..5544596f91 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-ew-dorin.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-ew-dorin.c
@@ -47,7 +47,7 @@ static struct gpio_keys_button dorin_gpio_keys[] __initdata = {
.code = KEY_WPS_BUTTON,
.debounce_interval = DORIN_KEYS_DEBOUNCE_INTERVAL,
.gpio = DORIN_GPIO_BTN_JUMPSTART,
- .active_low = 1,
+ .active_low = 0,
},
{
.desc = "reset button",
diff --git a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts
index 4761b91093..349c7ffc4d 100644
--- a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts
+++ b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts
@@ -33,7 +33,7 @@
wps {
label = "wps";
linux,code = <KEY_WPS_BUTTON>;
- gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
};
reset {