Răsfoiți Sursa

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 an în urmă
părinte
comite
611a9894b2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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>;
 		};
 	};