i.MX6 DDR ZQ calibration when temperature changed

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

i.MX6 DDR ZQ calibration when temperature changed

Jump to solution
1,173 Views
torus1000
Contributor V

Hi

According to p7 of AN4467: https://www.nxp.com/docs/en/application-note/AN4467.pdf
ZQ calibration auto initialization mode is strongly recommended for keeping the ZQ registers calibrated during i.MX 6 Series operating modes and ambient temperature changes.


I guess some drivers in kernel done "force initiated hardware ZQ calibration" when temperature changed.

BTW I believe "auto initiated hardware ZQ calibration" done periodically.

Is my guess correct? (Is such recommendation supported by OS?)

Could someone let me know the url of the source code regarding above feature?
    e.g https://source.codeaurora.org/external/imx/linux-imx/tree/drivers?h=imx_4.14.98_2.0.0_ga

Labels (1)
0 Kudos
1 Solution
1,028 Views
igorpadykov
NXP Employee
NXP Employee

Hi torus

yes software performs calibartion in linux/arch/arm/mach-imx/ddr3_freq_imx6.S

in cpufreq driver described in attached Linux Manual when changing frequency

(also due to temperature)

ddr3_freq_imx6.S\mach-imx\arm\arch - linux-imx - i.MX Linux kernel 

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
1,029 Views
igorpadykov
NXP Employee
NXP Employee

Hi torus

yes software performs calibartion in linux/arch/arm/mach-imx/ddr3_freq_imx6.S

in cpufreq driver described in attached Linux Manual when changing frequency

(also due to temperature)

ddr3_freq_imx6.S\mach-imx\arm\arch - linux-imx - i.MX Linux kernel 

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

0 Kudos