From 66f91fc5a5a86bfab101a373c0501c736a2c676b Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Mon, 31 Oct 2016 13:57:54 -0500 Subject: MLK-13407: mx6qarm2: mt128x64mx3 2: add init pre charge all command - Adjust ZQ delay for MMDC clock frequency at 400MHz - Precharge all commands per JEDEC The memory controller may optionally issue a Precharge-All command prior to the MRW Reset command, this is strongly recommended to ensure a robust DRAM initialization DDR Calibration script: http://sw-stash.freescale.net/projects/IMX/repos/ddr-scripts-rel/commits/a72e010a1fd8c7fe0fda7bdc4d058c478e94c3da Signed-off-by: Adrian Alonso (cherry picked from commit 03cc626df73d6c2bb36daf280b1cd43170c298a0) --- board/freescale/mx6qarm2/mt128x64mx32.cfg | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'board') diff --git a/board/freescale/mx6qarm2/mt128x64mx32.cfg b/board/freescale/mx6qarm2/mt128x64mx32.cfg index 4d66416..f630188 100644 --- a/board/freescale/mx6qarm2/mt128x64mx32.cfg +++ b/board/freescale/mx6qarm2/mt128x64mx32.cfg @@ -134,9 +134,9 @@ DATA 4 0x020e05c4 0x00000030 // IOMUXC_SW_PAD_CTL_PAD_DRAM_DQM7 // MMDC0_MDSCR, set the Configuration request bit during MMDC set up DATA 4 0x021b001c 0x00008000 // Chan 0 DATA 4 0x021b401c 0x00008000 // Chan 1 - -DATA 4 0x021b085c 0x1b5f0109 //LPDDR2 ZQ params -DATA 4 0x021b485c 0x1b5f0109 //LPDDR2 ZQ params +// Adjust ZQ delay for MMDC clock frequency at 400MHz +DATA 4 0x021b085c 0x1b4700c7 //LPDDR2 ZQ params +DATA 4 0x021b485c 0x1b4700c7 //LPDDR2 ZQ params //============================================================================= // Calibration setup. @@ -228,6 +228,13 @@ DATA 4 0x021b4040 0x00000017 // Chan1 CS0_END // DATA 4 0x021b4400 0x11420000 //MMDC0_MAARCR ADOPT optimized priorities. Dyn jump disabled DATA 4 0x021b4000 0x83110000 // MMDC1_MDCTL +// Precharge all commands per JEDEC +// The memory controller may optionally issue a Precharge-All command +// prior to the MRW Reset command. +// This is strongly recommended to ensure a robust DRAM initialization +DATA 4 0x021b001c 0x00008010 // precharge-all commnad CS0 - Chan 0 +DATA 4 0x021b401c 0x00008010 // precharge-all commnad CS0 - Chan 1 + //============================================================================= // LPDDR2 Mode Register Writes //============================================================================= -- cgit v1.1