mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 02:48:18 +00:00
ipq50xx: hard reset issue resolved udaya wifi 6
Signed-off-by: Shashi Kushwaha <shashi.kushwaha@inventum.net>
This commit is contained in:
committed by
John Crispin
parent
644f6ebcd6
commit
a5b132fc72
@@ -425,7 +425,7 @@
|
|||||||
pinctrl-0 = <&button_pins>;
|
pinctrl-0 = <&button_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
||||||
wps {
|
reset {
|
||||||
label = "reset";
|
label = "reset";
|
||||||
linux,code = <KEY_RESTART>;
|
linux,code = <KEY_RESTART>;
|
||||||
gpios = <&tlmm 38 GPIO_ACTIVE_LOW>;
|
gpios = <&tlmm 38 GPIO_ACTIVE_LOW>;
|
||||||
@@ -550,7 +550,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
button_pins: button_pins {
|
button_pins: button_pins {
|
||||||
wps_button {
|
reset_button {
|
||||||
pins = "gpio38";
|
pins = "gpio38";
|
||||||
function = "gpio";
|
function = "gpio";
|
||||||
drive-strength = <8>;
|
drive-strength = <8>;
|
||||||
@@ -625,9 +625,9 @@
|
|||||||
pinctrl-0 = <&button_pins>;
|
pinctrl-0 = <&button_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
||||||
button@1 {
|
reset {
|
||||||
label = "wps";
|
label = "reset";
|
||||||
linux,code = <KEY_WPS_BUTTON>;
|
linux,code = <KEY_RESTART>;
|
||||||
gpios = <&tlmm 38 GPIO_ACTIVE_LOW>;
|
gpios = <&tlmm 38 GPIO_ACTIVE_LOW>;
|
||||||
linux,input-type = <1>;
|
linux,input-type = <1>;
|
||||||
debounce-interval = <60>;
|
debounce-interval = <60>;
|
||||||
|
|||||||
Reference in New Issue
Block a user