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 to SoB]
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
Karl Pálsson 2019-08-12 16:37:34 +00:00 committed by Christian Lamparter
parent 6cea9688af
commit 075c570cde

View file

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