From 611a9894b23c5c2261d607cc0ccfd8dcd1fb2bcf Mon Sep 17 00:00:00 2001 From: Robert Senderek Date: Thu, 22 Feb 2024 16:42:21 +0100 Subject: [PATCH] mediatek: filogic: Cudy WR3000 v1 wps button fix WPS button activation method is wrong . It should be active low Signed-off-by: Robert Senderek --- target/linux/mediatek/dts/mt7981b-cudy-wr3000-v1.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>; }; }; -- 2.30.2