mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 19:07:47 +00:00
qca-wifi-7: WF189 Reset button does not work
Fixes: WIFI-14538 Signed-off-by: Ken <xshi@actiontec.com>
This commit is contained in:
@@ -211,9 +211,9 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
button@1 {
|
button@1 {
|
||||||
label = "wps";
|
label = "rst";
|
||||||
linux,code = <KEY_WPS_BUTTON>;
|
linux,code = <KEY_RESTART>;
|
||||||
gpios = <&tlmm 35 GPIO_ACTIVE_LOW>;
|
gpios = <&tlmm 17 GPIO_ACTIVE_LOW>;
|
||||||
linux,input-type = <1>;
|
linux,input-type = <1>;
|
||||||
debounce-interval = <60>;
|
debounce-interval = <60>;
|
||||||
};
|
};
|
||||||
@@ -479,7 +479,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
button_pins: button-state {
|
button_pins: button-state {
|
||||||
pins = "gpio35";
|
pins = "gpio17";
|
||||||
function = "gpio";
|
function = "gpio";
|
||||||
drive-strength = <8>;
|
drive-strength = <8>;
|
||||||
bias-pull-up;
|
bias-pull-up;
|
||||||
|
|||||||
Reference in New Issue
Block a user