i.MX233 regulator has POWER_STS_DC_OK?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX233 regulator has POWER_STS_DC_OK?

Jump to solution
549 Views
lategoodbye
Senior Contributor I

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

Labels (2)
Tags (1)
0 Kudos
1 Solution
451 Views
igorpadykov
NXP Employee
NXP Employee

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!

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
452 Views
igorpadykov
NXP Employee
NXP Employee

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!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos