소스 검색

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 년 전
부모
커밋
611a9894b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>;
 		};
 	};