aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-07-04 13:31:23 +0000
committerJohn Crispin <blogic@openwrt.org>2013-07-04 13:31:23 +0000
commite317f022b6578c1ab819a653bc2f1cdd7782e88d (patch)
tree5bb03ed8528ee12375087a30e6263e400f7d19b0 /target
parentf61ce59a688e8d925ca0595a3b1222362ae00fd1 (diff)
downloadmaster-187ad058-e317f022b6578c1ab819a653bc2f1cdd7782e88d.tar.gz
master-187ad058-e317f022b6578c1ab819a653bc2f1cdd7782e88d.tar.bz2
master-187ad058-e317f022b6578c1ab819a653bc2f1cdd7782e88d.zip
ramips: fix RT-N13U gpio buttons
https://dev.openwrt.org/ticket/13795 Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37163 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/dts/RT-N13U.dts9
1 files changed, 7 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/RT-N13U.dts b/target/linux/ramips/dts/RT-N13U.dts
index 162a5c85d9..2e1a62cdc2 100644
--- a/target/linux/ramips/dts/RT-N13U.dts
+++ b/target/linux/ramips/dts/RT-N13U.dts
@@ -70,14 +70,19 @@
poll-interval = <10>;
reset {
label = "reset";
- gpios = <&gpio0 10 1>;
+ gpios = <&gpio0 4 1>;
linux,code = <0x198>;
};
wps {
label = "wps";
- gpios = <&gpio0 0 1>;
+ gpios = <&gpio0 10 1>;
linux,code = <0x211>;
};
+ rfkill {
+ label = "rfkill";
+ gpios = <&gpio0 0 1>;
+ linux,code = <0xf7>;
+ };
};
ethernet@10100000 {