mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
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:
committed by
John Crispin
parent
6dc524e67b
commit
e9a834c205
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user