Skip to content
Snippets Groups Projects
Commit 1b5291dd authored by Dave Liu's avatar Dave Liu Committed by Wolfgang Denk
Browse files

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: default avatarDave Liu <daveliu@freescale.com>
parent f97db54d
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ void fsl_ddr_board_options(memctl_options_t *popts,
* 0110 3/4 cycle late
* 0111 7/8 cycle late
*/
popts->clk_adjust = 6;
popts->clk_adjust = 4;
/*
* Factors to consider for CPO:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment