qca-wifi-7: WF189 Reset button does not work

Fixes: WIFI-14538
Signed-off-by: Ken <xshi@actiontec.com>
This commit is contained in:
Ken
2025-04-21 14:37:51 +08:00
committed by John Crispin
parent 7d31bebdb0
commit 2de57bf167

View File

@@ -211,9 +211,9 @@
status = "okay";
button@1 {
label = "wps";
linux,code = <KEY_WPS_BUTTON>;
gpios = <&tlmm 35 GPIO_ACTIVE_LOW>;
label = "rst";
linux,code = <KEY_RESTART>;
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;