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:
parent
6cea9688af
commit
075c570cde
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue