From: Robert Senderek Date: Thu, 22 Feb 2024 15:42:21 +0000 (+0100) Subject: mediatek: filogic: Cudy WR3000 v1 wps button fix X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=611a9894b23c5c2261d607cc0ccfd8dcd1fb2bcf;p=openwrt%2Fstaging%2Fthess.git mediatek: filogic: Cudy WR3000 v1 wps button fix WPS button activation method is wrong . It should be active low Signed-off-by: Robert Senderek --- diff --git a/target/linux/mediatek/dts/mt7981b-cudy-wr3000-v1.dts b/target/linux/mediatek/dts/mt7981b-cudy-wr3000-v1.dts index 10b56a3aa7..1ded8b5a68 100644 --- a/target/linux/mediatek/dts/mt7981b-cudy-wr3000-v1.dts +++ b/target/linux/mediatek/dts/mt7981b-cudy-wr3000-v1.dts @@ -36,7 +36,7 @@ wps { label = "wps"; linux,code = ; - gpios = <&pio 0 GPIO_ACTIVE_HIGH>; + gpios = <&pio 0 GPIO_ACTIVE_LOW>; }; };