提交 83b0e207 编写于 作者: D David Bauer

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: NDavid Bauer <mail@david-bauer.net>
(cherry picked from commit 535b0c70)
上级 ecbbb373
......@@ -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>;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册