aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Lippolis <giu.lippolis@gmail.com>2017-07-18 22:55:53 +0200
committerMathias Kresin <dev@kresin.me>2017-07-25 21:02:53 +0200
commit786f7426c2f915f3c98c71721ccd0fa705b374e5 (patch)
tree0b6a7a817ac89a806011dc9a13440dc9196a89ae
parentc51c976db8591b60defad728de383193e4b808ee (diff)
downloadupstream-786f7426c2f915f3c98c71721ccd0fa705b374e5.tar.gz
upstream-786f7426c2f915f3c98c71721ccd0fa705b374e5.tar.bz2
upstream-786f7426c2f915f3c98c71721ccd0fa705b374e5.zip
ramips: fix wps button gpio for DWR-512
The WPS button is at GPIO#7. Signed-off-by: Giuseppe Lippolis <giu.lippolis@gmail.com>
-rw-r--r--target/linux/ramips/dts/DWR-512-B.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/DWR-512-B.dts b/target/linux/ramips/dts/DWR-512-B.dts
index 42be55e0cf..d26bd4bbb5 100644
--- a/target/linux/ramips/dts/DWR-512-B.dts
+++ b/target/linux/ramips/dts/DWR-512-B.dts
@@ -17,7 +17,7 @@
wps {
label = "wps";
- gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
linux,code = <KEY_WPS_BUTTON>;
};