Hi,
does the i.MX233 also have the DC_OK bit in the power status register like the i.MX28?
I've looked in the i.MX23 reference manual and the status bit 9 is described as RSVD1, but the regulator driver in FSL BSP 2.6.35 make use of it.
Best regards
Stefan
Solved! Go to Solution.
Hi Stefan
yes it has, for example one can look at bootlets sources
bool hw_power_CheckDcdcTransitionDone(void)
mach-mx23/hw/power/src/hw_power.c L2.6.31_10.05.00_SDK_SOURCE
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Stefan
yes it has, for example one can look at bootlets sources
bool hw_power_CheckDcdcTransitionDone(void)
mach-mx23/hw/power/src/hw_power.c L2.6.31_10.05.00_SDK_SOURCE
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------