projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac2785c
)
powerpc/c29xpcie: modify DDR parameter to make DDR more stable
author
Po Liu
<po.liu@freescale.com>
Wed, 21 Aug 2013 06:23:42 +0000
(14:23 +0800)
committer
York Sun
<yorksun@freescale.com>
Wed, 16 Oct 2013 23:13:11 +0000
(16:13 -0700)
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
patch
|
blob
|
history
diff --git
a/board/freescale/c29xpcie/ddr.c
b/board/freescale/c29xpcie/ddr.c
index b017cfd9613131fa9633dcaba78cdb53f34edc4f..3337d6c9e0e2cd1614d0436016f880e77d6f51f1 100644
(file)
--- 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;