From 2de57bf1670efa9aa5d676155397fae27eb2882d Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 21 Apr 2025 14:37:51 +0800 Subject: [PATCH] qca-wifi-7: WF189 Reset button does not work Fixes: WIFI-14538 Signed-off-by: Ken --- feeds/qca-wifi-7/ipq53xx/dts/ipq5332-cig-wf189.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-cig-wf189.dts b/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-cig-wf189.dts index e6f82b99a..54558a392 100644 --- a/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-cig-wf189.dts +++ b/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-cig-wf189.dts @@ -211,9 +211,9 @@ status = "okay"; button@1 { - label = "wps"; - linux,code = ; - gpios = <&tlmm 35 GPIO_ACTIVE_LOW>; + label = "rst"; + linux,code = ; + gpios = <&tlmm 17 GPIO_ACTIVE_LOW>; linux,input-type = <1>; debounce-interval = <60>; }; @@ -479,7 +479,7 @@ }; button_pins: button-state { - pins = "gpio35"; + pins = "gpio17"; function = "gpio"; drive-strength = <8>; bias-pull-up;