summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-07 16:24:33 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-07 16:24:33 +0000
commit46b5f6e3ee859d132def14182aa95c0317544d51 (patch)
tree7b5c931ea9bc185893edb655ecbcc2885c5c9914 /target/linux/ramips
parent0e8f2fc7def4b43af56fe457f63ccc5676797b21 (diff)
ramips: fix polarity of GPIO buttons for RT-N56U
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36257 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rw-r--r--target/linux/ramips/dts/RTN56U.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/RTN56U.dts b/target/linux/ramips/dts/RTN56U.dts
index bec10cdbc..9ba724869 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>;
};
};