mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 02:08:00 +00:00
ARM: mvebu: a38x: restore support for setting timing
This restores support for configuring the timing mode based on the
ddr_topology. This was originally implemented in commit 90bcc3d38d
("driver/ddr: Add support for setting timing in hws_topology_map") but
was removed as part of the upstream sync.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
2b4ffbf6b4
commit
e6f61622d3
9 changed files with 29 additions and 11 deletions
|
@ -674,11 +674,6 @@ static int mv_ddr_sw_db_init(u32 dev_num, u32 board_id)
|
|||
dfs_low_freq = DFS_LOW_FREQ_VALUE;
|
||||
calibration_update_control = 1;
|
||||
|
||||
#ifdef CONFIG_ARMADA_38X
|
||||
/* For a38x only, change to 2T mode to resolve low freq instability */
|
||||
mode_2t = 1;
|
||||
#endif
|
||||
|
||||
ddr3_tip_a38x_get_medium_freq(dev_num, &medium_freq);
|
||||
|
||||
return MV_OK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue