diff options
author | John Crispin <john@openwrt.org> | 2014-08-07 12:38:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-07 12:38:20 +0000 |
commit | 997ca19fd2fdf31263814225c225c067d82bf9f7 (patch) | |
tree | 7865558279578a52d39abe3da93969353de7a094 /target/linux/ramips/dts/RT-N13U.dts | |
parent | ddbd2cf7813cba765461830bc919a37fb8774387 (diff) | |
download | upstream-997ca19fd2fdf31263814225c225c067d82bf9f7.tar.gz upstream-997ca19fd2fdf31263814225c225c067d82bf9f7.tar.bz2 upstream-997ca19fd2fdf31263814225c225c067d82bf9f7.zip |
ralink: revert r37163
https://dev.openwrt.org/ticket/17071
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42036
Diffstat (limited to 'target/linux/ramips/dts/RT-N13U.dts')
-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>; }; }; |