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:53 +0200 |
commit | 786f7426c2f915f3c98c71721ccd0fa705b374e5 (patch) | |
tree | 0b6a7a817ac89a806011dc9a13440dc9196a89ae /target/linux/ramips/dts/DWR-512-B.dts | |
parent | c51c976db8591b60defad728de383193e4b808ee (diff) | |
download | upstream-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>
Diffstat (limited to 'target/linux/ramips/dts/DWR-512-B.dts')
-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>; }; |