[openwrt/openwrt] mediatek: filogic: Cudy WR3000 v1 wps button fix

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 26 02:26:26 PST 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/611a9894b23c5c2261d607cc0ccfd8dcd1fb2bcf

commit 611a9894b23c5c2261d607cc0ccfd8dcd1fb2bcf
Author: Robert Senderek <robert.senderek at 10g.pl>
AuthorDate: Thu Feb 22 16:42:21 2024 +0100

    mediatek: filogic: Cudy WR3000 v1 wps button fix
    
    WPS button activation method is wrong .  It should be active low
    
    Signed-off-by: Robert Senderek <robert.senderek at 10g.pl>
---
 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 = <KEY_WPS_BUTTON>;
-			gpios = <&pio 0 GPIO_ACTIVE_HIGH>;
+			gpios = <&pio 0 GPIO_ACTIVE_LOW>;
 		};
 	};
 




More information about the lede-commits mailing list