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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
825 次查看
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 项奖励
回复
1 解答
751 次查看
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 项奖励
回复
1 回复
752 次查看
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 项奖励
回复