From: juhosg Date: Sun, 7 Apr 2013 16:24:33 +0000 (+0000) Subject: ramips: fix polarity of GPIO buttons for RT-N56U X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=46b5f6e3ee859d132def14182aa95c0317544d51;p=openwrt.git ramips: fix polarity of GPIO buttons for RT-N56U Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36257 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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>; }; };