mirror of
https://xff.cz/git/u-boot/
synced 2025-09-13 22:55:26 +02:00
powerpc/c29xpcie: modify DDR parameter to make DDR more stable
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>
This commit is contained in:
@@ -62,7 +62,7 @@ void fsl_ddr_board_options(memctl_options_t *popts,
|
|||||||
unsigned int ctrl_num)
|
unsigned int ctrl_num)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
popts->clk_adjust = 2;
|
popts->clk_adjust = 4;
|
||||||
popts->cpo_override = 0x1f;
|
popts->cpo_override = 0x1f;
|
||||||
popts->write_data_delay = 4;
|
popts->write_data_delay = 4;
|
||||||
popts->half_strength_driver_enable = 1;
|
popts->half_strength_driver_enable = 1;
|
||||||
|
Reference in New Issue
Block a user