]> git.ipfire.org Git - people/ms/u-boot.git/commit
driver/ddr/fsl: Revise workaround A008511 for A009803
authorYork Sun <york.sun@nxp.com>
Mon, 29 Aug 2016 09:04:13 +0000 (17:04 +0800)
committerYork Sun <york.sun@nxp.com>
Wed, 14 Sep 2016 21:05:38 +0000 (14:05 -0700)
commit4baa38c51a3187990a31519f8163519eda3890b5
tree266a3c50b1c496f8db419610e6c924bbb3f83dd0
parentb406731aa9861591352f274f5744c7cb003b9677
driver/ddr/fsl: Revise workaround A008511 for A009803

DDR controller 5.2.1 has this erratum A008511 partially fixed.
The workaround needs to be adjusted to take advantage of Vref
training. This patch enables the training and force output
enable to be off.

Erratum A009803 requires the controller to be idel before enabling
address parity. It was combined with workaround for A008511. With
new A008511 flow, this flow needs to be changed to enabling
data init (D_INIT) after the address parity is enabled.

Signed-off-by: York Sun <york.sun@nxp.com>
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@nxp.com>
drivers/ddr/fsl/fsl_ddr_gen4.c