bmips: vr-3032u: fix gpio keys

These GPIO keys were assigned to incorrect pins.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2021-03-24 11:11:47 +01:00
parent 483cc69fef
commit 1b1a9d1944
1 changed files with 2 additions and 2 deletions

View File

@ -21,14 +21,14 @@
reset {
label = "reset";
gpios = <&pinctrl 33 GPIO_ACTIVE_LOW>;
gpios = <&pinctrl 32 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
debounce-interval = <60>;
};
wps {
label = "wps";
gpios = <&pinctrl 34 GPIO_ACTIVE_LOW>;
gpios = <&pinctrl 33 GPIO_ACTIVE_LOW>;
linux,code = <KEY_WPS_BUTTON>;
debounce-interval = <60>;
};