mediatek: filogic: Cudy WR3000 v1 wps button fix
authorRobert Senderek <robert.senderek@10g.pl>
Thu, 22 Feb 2024 15:42:21 +0000 (16:42 +0100)
committerRobert Marko <robimarko@gmail.com>
Mon, 26 Feb 2024 10:26:22 +0000 (11:26 +0100)
WPS button activation method is wrong .  It should be active low

Signed-off-by: Robert Senderek <robert.senderek@10g.pl>
target/linux/mediatek/dts/mt7981b-cudy-wr3000-v1.dts

index 10b56a3aa74807046d13211491fe41350be914a3..1ded8b5a687d838004cb5a30ab15724be8b11283 100644 (file)
@@ -36,7 +36,7 @@
                wps {
                        label = "wps";
                        linux,code = <KEY_WPS_BUTTON>;
-                       gpios = <&pio 0 GPIO_ACTIVE_HIGH>;
+                       gpios = <&pio 0 GPIO_ACTIVE_LOW>;
                };
        };