From a5762b45c25d43e40205906e725c976bd984f9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20P=C3=A1lsson?= Date: Mon, 12 Aug 2019 16:37:34 +0000 Subject: [PATCH] ath79: etactica-eg200: fix restore button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 [matched author with SoB] Signed-off-by: Christian Lamparter --- target/linux/ath79/dts/ar9331_etactica_eg200.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ; + linux,code = ; gpios = <&gpio 11 GPIO_ACTIVE_LOW>; }; };