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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
1,601件の閲覧回数
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 解決策
1,523件の閲覧回数
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 返信
1,524件の閲覧回数
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 件の賞賛
返信