mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 08:25:29 +00:00
ramips: fix polarity of GPIO buttons for RT-N56U
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36257
This commit is contained in:
parent
9e6ae6ab5d
commit
16d0ce52b0
@ -97,12 +97,12 @@
|
||||
poll-interval = <100>;
|
||||
reset {
|
||||
label = "reset";
|
||||
gpios = <&gpio0 13 0>;
|
||||
gpios = <&gpio0 13 1>;
|
||||
linux,code = <0x198>;
|
||||
};
|
||||
wps {
|
||||
label = "wps";
|
||||
gpios = <&gpio1 2 0>;
|
||||
gpios = <&gpio1 2 1>;
|
||||
linux,code = <0x211>;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user