Browse Source

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 year ago
parent
commit
611a9894b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/mediatek/dts/mt7981b-cudy-wr3000-v1.dts

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