diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-04-09 14:24:11 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-04-14 23:42:03 +0200 |
commit | 5c8f557b363ac6b235e00804cad02450793a49a8 (patch) | |
tree | 5a2a98dd58b880e801369995c13d6ddfdd88623b | |
parent | 8293e7532f55f80fed0a7c729258dab116daa140 (diff) | |
download | upstream-5c8f557b363ac6b235e00804cad02450793a49a8.tar.gz upstream-5c8f557b363ac6b235e00804cad02450793a49a8.tar.bz2 upstream-5c8f557b363ac6b235e00804cad02450793a49a8.zip |
Revert "ath79: Add WPS button to TP-Link Archer C7v5"
Reverting this commit as I've missed the fact, that the button is
already present in the included DTSI file.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r-- | target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts | 7 |
1 files changed, 0 insertions, 7 deletions
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 c51ae20d22..8059b48510 100644 --- a/target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts +++ b/target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts @@ -15,13 +15,6 @@ gpios = <&gpio 5 GPIO_ACTIVE_LOW>; debounce-interval = <60>; }; - - wps { - label = "WPS button"; - linux,code = <KEY_WPS_BUTTON>; - gpios = <&gpio 2 GPIO_ACTIVE_LOW>; - debounce-interval = <60>; - }; }; &mtdparts { |