mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-14 20:02:04 +08:00
ipq806x: rac2v1a: fixes button does not work issue
This commit is contained in:
parent
5f75284ecd
commit
6a5775c5cd
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
reset {
|
reset {
|
||||||
label = "reset";
|
label = "reset";
|
||||||
gpios = <&qcom_pinmux 54 GPIO_ACTIVE_LOW>;
|
gpios = <&qcom_pinmux 6 GPIO_ACTIVE_LOW>;
|
||||||
linux,code = <KEY_RESTART>;
|
linux,code = <KEY_RESTART>;
|
||||||
debounce-interval = <60>;
|
debounce-interval = <60>;
|
||||||
wakeup-source;
|
wakeup-source;
|
||||||
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
wps {
|
wps {
|
||||||
label = "wps";
|
label = "wps";
|
||||||
gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
|
gpios = <&qcom_pinmux 54 GPIO_ACTIVE_LOW>;
|
||||||
linux,code = <KEY_WPS_BUTTON>;
|
linux,code = <KEY_WPS_BUTTON>;
|
||||||
debounce-interval = <60>;
|
debounce-interval = <60>;
|
||||||
wakeup-source;
|
wakeup-source;
|
||||||
@ -65,7 +65,7 @@
|
|||||||
&qcom_pinmux {
|
&qcom_pinmux {
|
||||||
button_pins: button_pins {
|
button_pins: button_pins {
|
||||||
mux {
|
mux {
|
||||||
pins = "gpio54", "gpio65";
|
pins = "gpio6", "gpio54";
|
||||||
function = "gpio";
|
function = "gpio";
|
||||||
drive-strength = <2>;
|
drive-strength = <2>;
|
||||||
bias-pull-up;
|
bias-pull-up;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user