mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
ipq807x: eap102: keep MCU disabled by default
This would simplify MCU setup after bootup. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
committed by
John Crispin
parent
8e8a763485
commit
50fd49fd3d
@@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
mcu-enable {
|
mcu-enable {
|
||||||
gpio-export,name = "mcu-enable";
|
gpio-export,name = "mcu-enable";
|
||||||
gpio-export,output = <1>;
|
gpio-export,output = <0>;
|
||||||
gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>;
|
gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
function = "gpio";
|
function = "gpio";
|
||||||
drive-strength = <8>;
|
drive-strength = <8>;
|
||||||
bias-disable;
|
bias-disable;
|
||||||
output-high;
|
output-low;
|
||||||
};
|
};
|
||||||
|
|
||||||
mcu_rsv: mcu_rsv_pins {
|
mcu_rsv: mcu_rsv_pins {
|
||||||
|
|||||||
Reference in New Issue
Block a user