diff options
| author | Giuseppe Lippolis | 2017-07-18 20:55:53 +0000 |
|---|---|---|
| committer | Mathias Kresin | 2017-07-25 19:02:53 +0000 |
| commit | 786f7426c2f915f3c98c71721ccd0fa705b374e5 (patch) | |
| tree | 0b6a7a817ac89a806011dc9a13440dc9196a89ae | |
| parent | c51c976db8591b60defad728de383193e4b808ee (diff) | |
| download | openwrt-786f7426c2f915f3c98c71721ccd0fa705b374e5.tar.gz | |
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.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 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>; }; |