Compare commits

...

1 Commits

Author SHA1 Message Date
Ken
366f45be92 WIFI-14538 WF189 Reset button does not work
Signed-off-by: Ken <xshi@actiontec.com>
2025-04-21 14:37:51 +08:00

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;