diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-07 16:24:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-07 16:24:33 +0000 |
commit | 16d0ce52b0255aa6ae64e7b293448df3f13d9773 (patch) | |
tree | 0f6ddd6d844cb22c60562c614fa8b46ba91e64d5 /target/linux/ramips | |
parent | 9e6ae6ab5d4f9a6e7be3d9305ace75f7eda4409b (diff) | |
download | upstream-16d0ce52b0255aa6ae64e7b293448df3f13d9773.tar.gz upstream-16d0ce52b0255aa6ae64e7b293448df3f13d9773.tar.bz2 upstream-16d0ce52b0255aa6ae64e7b293448df3f13d9773.zip |
ramips: fix polarity of GPIO buttons for RT-N56U
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36257
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/RTN56U.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/RTN56U.dts b/target/linux/ramips/dts/RTN56U.dts index bec10cdbc2..9ba7248696 100644 --- a/target/linux/ramips/dts/RTN56U.dts +++ b/target/linux/ramips/dts/RTN56U.dts @@ -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>; }; }; |