ipq806x: rac2v1a: fixes button does not work issue

This commit is contained in:
AmadeusGhost 2022-04-22 23:16:30 +08:00
parent 5f75284ecd
commit 6a5775c5cd

View File

@ -30,7 +30,7 @@
reset {
label = "reset";
gpios = <&qcom_pinmux 54 GPIO_ACTIVE_LOW>;
gpios = <&qcom_pinmux 6 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
debounce-interval = <60>;
wakeup-source;
@ -38,7 +38,7 @@
wps {
label = "wps";
gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
gpios = <&qcom_pinmux 54 GPIO_ACTIVE_LOW>;
linux,code = <KEY_WPS_BUTTON>;
debounce-interval = <60>;
wakeup-source;
@ -65,7 +65,7 @@
&qcom_pinmux {
button_pins: button_pins {
mux {
pins = "gpio54", "gpio65";
pins = "gpio6", "gpio54";
function = "gpio";
drive-strength = <2>;
bias-pull-up;