Skip to content

Commit 6a5775c

Browse files
committed
ipq806x: rac2v1a: fixes button does not work issue
1 parent 5f75284 commit 6a5775c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-rac2v1a.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030

3131
reset {
3232
label = "reset";
33-
gpios = <&qcom_pinmux 54 GPIO_ACTIVE_LOW>;
33+
gpios = <&qcom_pinmux 6 GPIO_ACTIVE_LOW>;
3434
linux,code = <KEY_RESTART>;
3535
debounce-interval = <60>;
3636
wakeup-source;
3737
};
3838

3939
wps {
4040
label = "wps";
41-
gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
41+
gpios = <&qcom_pinmux 54 GPIO_ACTIVE_LOW>;
4242
linux,code = <KEY_WPS_BUTTON>;
4343
debounce-interval = <60>;
4444
wakeup-source;
@@ -65,7 +65,7 @@
6565
&qcom_pinmux {
6666
button_pins: button_pins {
6767
mux {
68-
pins = "gpio54", "gpio65";
68+
pins = "gpio6", "gpio54";
6969
function = "gpio";
7070
drive-strength = <2>;
7171
bias-pull-up;

0 commit comments

Comments
 (0)