ipq807x: fix reset button on wf666a

Fixes: WIFI-12591
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2023-05-15 10:08:48 +02:00
parent 5b27dc31fc
commit 6f5f7bf068

View File

@@ -433,8 +433,8 @@
};
reset {
label = "reset";
linux,code = <KEY_POWER>;
gpios = <&tlmm 19 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
gpios = <&tlmm 19 GPIO_ACTIVE_HIGH>;
linux,input-type = <1>;
debounce-interval = <60>;
};