瀏覽代碼

ath79: etactica-eg200: fix restore button

The button is labelled reboot/restore in documentation, and has always
been used for that.  Naming it WPS has always been wrong.

Signed-off-by: Karl Pálsson <[email protected]>
[matched author to SoB]
Signed-off-by: Christian Lamparter <[email protected]>
Karl Pálsson 6 年之前
父節點
當前提交
075c570cde
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/linux/ath79/dts/ar9331_etactica_eg200.dts

+ 1 - 1
target/linux/ath79/dts/ar9331_etactica_eg200.dts

@@ -19,7 +19,7 @@
 		poll-interval = <50>;
 
 		restore {
-			linux,code = <KEY_WPS_BUTTON>;
+			linux,code = <KEY_RESTART>;
 			gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
 		};
 	};