diff options
author | Catrinel Catrinescu <cc@80211.de> | 2020-03-11 10:10:00 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2020-03-11 11:26:06 +0100 |
commit | 68351990dc328608f1657232fe4629cc41f56143 (patch) | |
tree | 3ba5d8f522b0a6674c8a95fd96886965fb0d41f4 /target/linux/ath79 | |
parent | 6e4453aecc22aa88c68c1e5d4cf01b2e880bd59e (diff) | |
download | upstream-68351990dc328608f1657232fe4629cc41f56143.tar.gz upstream-68351990dc328608f1657232fe4629cc41f56143.tar.bz2 upstream-68351990dc328608f1657232fe4629cc41f56143.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>
(cherry picked from commit 3e03b7ac4ada4966d058871d0a1f67f1f0f408d4)
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts index d0e0169f1b..88b48faf89 100644 --- a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts +++ b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts @@ -34,7 +34,7 @@ wps { label = "wps"; linux,code = <KEY_WPS_BUTTON>; - gpios = <&gpio 11 GPIO_ACTIVE_LOW>; + gpios = <&gpio 11 GPIO_ACTIVE_HIGH>; }; reset { |