How to make Imx6q's memory controller to entry power down mode?

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

How to make Imx6q's memory controller to entry power down mode?

Jump to solution
573 Views
shuaiwang
Contributor I

 As described in imx6q reference manual, automatic active/precharge power down entry to a specific chip select can be
activated by configuring the ESDPDC register:

       • PWDT_0/PWDT_1 - define the number of idle cycles before entering power down, can be different value per chip select.
      • SLOW_PD - In case of DDR3 memory is configured to use slow precharge power down then this bit should be set as well.
      • BOTH_CS_PS - The MMDC can either set each chip select independently to power down, according to its idle state, or set both chip selects to power downonly if both in idle state for the configured period.
      • Few paramters must be configured in addition:
      • Timing parameters at ESDCFG0[tXP and tXPDLL].
      • ODT timing at ESDOTC[tAOFPD, tAONPD, tANPD and tAXPD]

I have set these register when initializing the MMDC,but the imx6q con't automatic entry power mode. Is there anyone could give me some suggestions?  thank you.

0 Kudos
1 Solution
499 Views
igorpadykov
NXP Employee
NXP Employee

Hi shuai

please look at linux low power drivers described in attached Linux Manual

Chapter 21 Low-level Power Management (PM) Driver

Linux BSPs are described on

http://www.nxp.com/products/software-and-tools/software-development-tools/i.mx-software-and-tools/i....

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
500 Views
igorpadykov
NXP Employee
NXP Employee

Hi shuai

please look at linux low power drivers described in attached Linux Manual

Chapter 21 Low-level Power Management (PM) Driver

Linux BSPs are described on

http://www.nxp.com/products/software-and-tools/software-development-tools/i.mx-software-and-tools/i....

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos