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:
Piotr Dymacz
2023-01-09 13:48:06 +01:00
committed by John Crispin
parent 8e8a763485
commit 50fd49fd3d

View File

@@ -57,7 +57,7 @@
mcu-enable {
gpio-export,name = "mcu-enable";
gpio-export,output = <1>;
gpio-export,output = <0>;
gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>;
};
@@ -90,7 +90,7 @@
function = "gpio";
drive-strength = <8>;
bias-disable;
output-high;
output-low;
};
mcu_rsv: mcu_rsv_pins {