From 3e03b7ac4ada4966d058871d0a1f67f1f0f408d4 Mon Sep 17 00:00:00 2001 From: Catrinel Catrinescu Date: Wed, 11 Mar 2020 10:10:00 +0100 Subject: 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 --- target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ath79/dts') 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 = ; - gpios = <&gpio 11 GPIO_ACTIVE_LOW>; + gpios = <&gpio 11 GPIO_ACTIVE_HIGH>; }; reset { -- cgit v1.2.3