Hi community,
Our customer have a question about i.MX7S low power mode.
Please see line 698 of arch/arm/mach-imx/imx7d_low_power_idle.S in L4.1.15_1.0.0-ga.
There are 25 nops after wfi from this line.
Would you let me know the intent why there are these nops?
Best Regards,
Satoshi Shimoda
Solved! Go to Solution.
Hello,
when exit low power mode, some delay is necessary to make sure signals
stable enough for DDR operation.
Have a great day,
Yuri
------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct
Answer button. Thank you!
------------------------------------------------------------------------------
Hello,
when exit low power mode, some delay is necessary to make sure signals
stable enough for DDR operation.
Have a great day,
Yuri
------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct
Answer button. Thank you!
------------------------------------------------------------------------------
Hi Yuri,
Thank you for your reply.
> when exit low power mode, some delay is necessary to make sure signals
> stable enough for DDR operation.
What is the factor to decide how long delay is needed?
Time to stabilize DDR clock from PLL?
Or DDR chip requires some delay?
Best Regards,
Satoshi Shimoda
Hello,
when exit low power mode, ~10us delay is necessary.
Regards,
Yuri.