]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: mx6: ddr: set fast-exit on DDR3 if pd_fast_exit specified
authorTim Harvey <tharvey@gateworks.com>
Mon, 18 May 2015 14:07:02 +0000 (07:07 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 13:00:32 +0000 (15:00 +0200)
commit5ca560ba8466eaa795dc742cd77894ee44f93ef0
tree1f879d12f7a856e0946aeab17a0c95a8d88dda44
parentdab45dcdbbc14f8e5bfdf8db0a50ec23d7c42fcd
arm: mx6: ddr: set fast-exit on DDR3 if pd_fast_exit specified

Commit fa8b7d66f49f0c7bd41467fe78f6488d8af6976a introduced fast-exit support
to the MMDC however enabling it on the DDR3 got missed. Make sure we enable
it on the DDR3 as well.

Gateworks uses Micron memory as well as Winbond in MX6. We have found in
testing that we need to enable fast-exit for Winbond stability. Gateworks
boards are currently the only boards using the MX6 SPL and enabling
fast-exit mode.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
arch/arm/cpu/armv7/mx6/ddr.c