Measured signal using oscilloscope.
Add startup delay and off-on-delay-us to make usdhc2 vmmc
supply work properly. Otherwise, the delay between power
off/on is short and power actully not off, then card report
S18A as 0 and could not switch voltage to 1.8V.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
regulator-max-microvolt = <3000000>;
gpio = <&gpio4 19 GPIO_ACTIVE_HIGH>;
enable-active-high;
- off-on-delay-us = <20000>;
+ startup-delay-us = <300>;
+ off-on-delay-us = <3500>;
};
};
};
&usb2 {
status = "okay";
-};
\ No newline at end of file
+};
regulator-max-microvolt = <3000000>;
gpio = <&gpio4 19 GPIO_ACTIVE_HIGH>;
enable-active-high;
+ startup-delay-us = <100>;
+ off-on-delay-us = <12000>;
};
};