diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-07 12:42:26 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-07 12:42:26 +0000 |
commit | e912a7b15cd0da0edcf2ed77709e504ef42c301d (patch) | |
tree | c71fa8495a29cdf5c151ba8942fd374aa2d43439 | |
parent | efc96ff6534be5dfa6b6a4bb7b14d91708fc6eec (diff) | |
download | upstream-e912a7b15cd0da0edcf2ed77709e504ef42c301d.tar.gz upstream-e912a7b15cd0da0edcf2ed77709e504ef42c301d.tar.bz2 upstream-e912a7b15cd0da0edcf2ed77709e504ef42c301d.zip |
ralink: revert r37163
https://dev.openwrt.org/ticket/17071
Signed-off-by: John Crispin <blogic@openwrt.org>
Backport of r42036
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42039 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/dts/RT-N13U.dts | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/target/linux/ramips/dts/RT-N13U.dts b/target/linux/ramips/dts/RT-N13U.dts index cac0d94d98..8642b88bf2 100644 --- a/target/linux/ramips/dts/RT-N13U.dts +++ b/target/linux/ramips/dts/RT-N13U.dts @@ -67,18 +67,13 @@ poll-interval = <10>; reset { label = "reset"; - gpios = <&gpio0 4 1>; + gpios = <&gpio0 10 1>; linux,code = <0x198>; }; wps { label = "wps"; - gpios = <&gpio0 10 1>; - linux,code = <0x211>; - }; - rfkill { - label = "rfkill"; gpios = <&gpio0 0 1>; - linux,code = <0xf7>; + linux,code = <0x211>; }; }; |