From 786f7426c2f915f3c98c71721ccd0fa705b374e5 Mon Sep 17 00:00:00 2001 From: Giuseppe Lippolis Date: Tue, 18 Jul 2017 22:55:53 +0200 Subject: [PATCH] ramips: fix wps button gpio for DWR-512 The WPS button is at GPIO#7. Signed-off-by: Giuseppe Lippolis --- target/linux/ramips/dts/DWR-512-B.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ; }; -- 2.30.2