diff options
author | Giuseppe Lippolis <giu.lippolis@gmail.com> | 2017-07-18 22:55:53 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-07-25 21:02:27 +0200 |
commit | e08b8255ec41946ed80f77dd551e93af9de01cb9 (patch) | |
tree | bcd03c40b074ca8523ca492282dd0dbf9320d757 /target | |
parent | ece85e2e49e021cea0455e19182c67854bbb9eb8 (diff) | |
download | upstream-e08b8255ec41946ed80f77dd551e93af9de01cb9.tar.gz upstream-e08b8255ec41946ed80f77dd551e93af9de01cb9.tar.bz2 upstream-e08b8255ec41946ed80f77dd551e93af9de01cb9.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>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/DWR-512-B.dts | 2 |
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 9e15485d3f..473af08141 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>; }; |