public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] powerpc/c29xpcie: modify DDR parameter to make DDR more stable
@ 2013-08-21  6:23 Po Liu
  2013-09-27 17:53 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Po Liu @ 2013-08-21  6:23 UTC (permalink / raw)
  To: u-boot

DDR parameters clk_adjust were changed. This can make the DDR
run more stable. The new value were gotten by the DDR testing
tool.

Signed-off-by: Po Liu <Po.Liu@freescale.com>
---
 board/freescale/c29xpcie/ddr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/freescale/c29xpcie/ddr.c b/board/freescale/c29xpcie/ddr.c
index b017cfd..3337d6c 100644
--- a/board/freescale/c29xpcie/ddr.c
+++ b/board/freescale/c29xpcie/ddr.c
@@ -62,7 +62,7 @@ void fsl_ddr_board_options(memctl_options_t *popts,
 				unsigned int ctrl_num)
 {
 	int i;
-	popts->clk_adjust = 2;
+	popts->clk_adjust = 4;
 	popts->cpo_override = 0x1f;
 	popts->write_data_delay = 4;
 	popts->half_strength_driver_enable = 1;
-- 
1.8.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-27 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-21  6:23 [U-Boot] [PATCH] powerpc/c29xpcie: modify DDR parameter to make DDR more stable Po Liu
2013-09-27 17:53 ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox