Просмотр исходного кода

ramips: fix PBR-D1 button definition

Due to the product specification, the button on PBR-D1 should be
reset, not wps.

Signed-off-by: BangLang Huang <[email protected]>
BangLang Huang 9 лет назад
Родитель
Сommit
23b58f8acb
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      target/linux/ramips/dts/PBR-D1.dts

+ 2 - 2
target/linux/ramips/dts/PBR-D1.dts

@@ -43,10 +43,10 @@
 		#size-cells = <0>;
 		poll-interval = <20>;
 
-		wps {
+		reset {
 			label = "reset";
 			gpios = <&gpio1 38 1>;
-			linux,code = <KEY_WPS_BUTTON>;
+			linux,code = <KEY_RESTART>;
 		};
 	};