Browse Source

85xx: Fix the clock adjust of mpc8569mds board

Currently the clk_adj is 6 (3/4 cycle), The settings will cause
the DDR controller hang at the data init. Change the clk_adj
from 6 to 4 (1/2 cycle), make the memory system stable.

Signed-off-by: Dave Liu <daveliu@freescale.com>
Dave Liu 16 years ago
parent
commit
1b5291dddf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      board/freescale/mpc8569mds/ddr.c

+ 1 - 1
board/freescale/mpc8569mds/ddr.c

@@ -54,7 +54,7 @@ void fsl_ddr_board_options(memctl_options_t *popts,
 	 *	0110	3/4 cycle late
 	 *	0110	3/4 cycle late
 	 *	0111	7/8 cycle late
 	 *	0111	7/8 cycle late
 	 */
 	 */
-	popts->clk_adjust = 6;
+	popts->clk_adjust = 4;
 
 
 	/*
 	/*
 	 * Factors to consider for CPO:
 	 * Factors to consider for CPO: