ramips: fix RT-AC57U button level

Both buttons on the RT-AC57U are active-low. Fix the GPIO flag for the
WPS cutton to fix button behavior.

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 535b0c70b1)
This commit is contained in:
David Bauer 2022-06-18 20:46:33 +02:00
parent ecbbb373ed
commit 83b0e20711
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
wps {
label = "wps";
gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>;
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
linux,code = <KEY_WPS_BUTTON>;
debounce-interval = <60>;
};