summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/AWM002-EVB-4M.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-28 15:26:32 +0000
committerJohn Crispin <john@openwrt.org>2014-07-28 15:26:32 +0000
commit6f6dc62ca25ef1e4169a6c575e80594bf72e2ec8 (patch)
tree84d3128e00ca9f9406123acb256f70c30d1b2037 /target/linux/ramips/dts/AWM002-EVB-4M.dts
parent636f2b83e6908dedb807632ed2a63b00ccbf7934 (diff)
downloadmaster-31e0f0ae-6f6dc62ca25ef1e4169a6c575e80594bf72e2ec8.tar.gz
master-31e0f0ae-6f6dc62ca25ef1e4169a6c575e80594bf72e2ec8.tar.bz2
master-31e0f0ae-6f6dc62ca25ef1e4169a6c575e80594bf72e2ec8.zip
ramips: fix mode switch gpio for AsiaRF AWM eval board
Fix a typo: gpio 21 is already used for the WPS led. Gpio 20 is the right one (tested) for the mode switch. Confirmed that /sys/kernel/debug/gpio state followed the position of the switch. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 41858
Diffstat (limited to 'target/linux/ramips/dts/AWM002-EVB-4M.dts')
-rw-r--r--target/linux/ramips/dts/AWM002-EVB-4M.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/AWM002-EVB-4M.dts b/target/linux/ramips/dts/AWM002-EVB-4M.dts
index c483d2d290..0738f048ef 100644
--- a/target/linux/ramips/dts/AWM002-EVB-4M.dts
+++ b/target/linux/ramips/dts/AWM002-EVB-4M.dts
@@ -41,7 +41,7 @@
};
mode {
label = "mode";
- gpios = <&gpio0 21 1>;
+ gpios = <&gpio0 20 1>;
linux,code = <0x32>;
};
};