We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f75284 commit 6a5775cCopy full SHA for 6a5775c
target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-rac2v1a.dts
@@ -30,15 +30,15 @@
30
31
reset {
32
label = "reset";
33
- gpios = <&qcom_pinmux 54 GPIO_ACTIVE_LOW>;
+ gpios = <&qcom_pinmux 6 GPIO_ACTIVE_LOW>;
34
linux,code = <KEY_RESTART>;
35
debounce-interval = <60>;
36
wakeup-source;
37
};
38
39
wps {
40
label = "wps";
41
- gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
+ gpios = <&qcom_pinmux 54 GPIO_ACTIVE_LOW>;
42
linux,code = <KEY_WPS_BUTTON>;
43
44
@@ -65,7 +65,7 @@
65
&qcom_pinmux {
66
button_pins: button_pins {
67
mux {
68
- pins = "gpio54", "gpio65";
+ pins = "gpio6", "gpio54";
69
function = "gpio";
70
drive-strength = <2>;
71
bias-pull-up;
0 commit comments