From 02556d636554c12f5be39ba7656d26ee60a7c3ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Mon, 8 Apr 2019 18:30:11 +0200 Subject: [PATCH 1/1] ath79: Add WPS button to TP-Link Archer C7v5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch adds currently missing support for the WPS button on TP-Link Archer C7v5. Signed-off-by: Petr Å tetiar --- target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts b/target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts index 8059b48510..c51ae20d22 100644 --- a/target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts +++ b/target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts @@ -15,6 +15,13 @@ gpios = <&gpio 5 GPIO_ACTIVE_LOW>; debounce-interval = <60>; }; + + wps { + label = "WPS button"; + linux,code = ; + gpios = <&gpio 2 GPIO_ACTIVE_LOW>; + debounce-interval = <60>; + }; }; &mtdparts { -- 2.30.2