aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Pálsson <karlp@etactica.com>2019-08-12 16:37:34 +0000
committerChristian Lamparter <chunkeey@gmail.com>2019-08-30 23:03:18 +0200
commita5762b45c25d43e40205906e725c976bd984f9f8 (patch)
tree610fd66f85b9e8e36d74fe4e85b5cc3b2b9dfe20
parent4d5a47d20612ec223fa3ae4883bb750a7280cc6b (diff)
downloadupstream-a5762b45c25d43e40205906e725c976bd984f9f8.tar.gz
upstream-a5762b45c25d43e40205906e725c976bd984f9f8.tar.bz2
upstream-a5762b45c25d43e40205906e725c976bd984f9f8.zip
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 <karlp@etactica.com> [matched author with SoB] Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
-rw-r--r--target/linux/ath79/dts/ar9331_etactica_eg200.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9331_etactica_eg200.dts b/target/linux/ath79/dts/ar9331_etactica_eg200.dts
index d18a239d32..708e9defa4 100644
--- a/target/linux/ath79/dts/ar9331_etactica_eg200.dts
+++ b/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>;
};
};