From: Giuseppe Lippolis Date: Tue, 18 Jul 2017 20:55:53 +0000 (+0200) Subject: ramips: fix wps button gpio for DWR-512 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e08b8255ec41946ed80f77dd551e93af9de01cb9;p=librecmc%2Flibrecmc.git ramips: fix wps button gpio for DWR-512 The WPS button is at GPIO#7. Signed-off-by: Giuseppe Lippolis --- 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 = ; };