2
0
Эх сурвалжийг харах

mediatek: filogic: Cudy WR3000 v1 wps button fix

WPS button activation method is wrong .  It should be active low

Signed-off-by: Robert Senderek <[email protected]>
Robert Senderek 1 жил өмнө
parent
commit
611a9894b2

+ 1 - 1
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>;
 		};
 	};