ipq807x: wf196: 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:59:03 +01:00
committed by John Crispin
parent 6dc524e67b
commit e9a834c205

View File

@@ -61,7 +61,7 @@
mcu-enable {
gpio-export,name = "mcu-enable";
gpio-export,output = <1>;
gpio-export,output = <0>;
gpios = <&tlmm 34 GPIO_ACTIVE_HIGH>;
};
};
@@ -174,7 +174,7 @@
function = "gpio";
drive-strength = <8>;
bias-disable;
output-high;
output-low;
};
mdio_pins: mdio_pinmux {