WPS button activation method is wrong . It should be active low Signed-off-by: Robert Senderek <[email protected]>
@@ -36,7 +36,7 @@
wps {
label = "wps";
linux,code = <KEY_WPS_BUTTON>;
- gpios = <&pio 0 GPIO_ACTIVE_HIGH>;
+ gpios = <&pio 0 GPIO_ACTIVE_LOW>;
};