mirror of
https://xff.cz/git/u-boot/
synced 2025-09-27 21:41:16 +02:00
ddr: marvell: a38x: import code change from upstream
commit 2bdd12dd68b1f8e27a03a3443ae49a09a14c18e4 upstream. The commit mentioned above changes non-DDR3 stuff in upstream, but it also changes code in ddr3_training.c. Import this change to remain consistent with upstream. Signed-off-by: Marek Behún <marek.behun@nic.cz> Tested-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
This commit is contained in:
committed by
Stefan Roese
parent
2ab7bbf71e
commit
a267943fd9
@@ -143,6 +143,7 @@ static struct reg_data odpg_default_value[] = {
|
||||
{0x15a4, 0x0, MASK_ALL_BITS},
|
||||
{0x15a8, 0x0, MASK_ALL_BITS},
|
||||
{0x15ac, 0x0, MASK_ALL_BITS},
|
||||
{0x1600, 0x0, MASK_ALL_BITS},
|
||||
{0x1604, 0x0, MASK_ALL_BITS},
|
||||
{0x1608, 0x0, MASK_ALL_BITS},
|
||||
{0x160c, 0x0, MASK_ALL_BITS},
|
||||
@@ -1569,6 +1570,8 @@ int ddr3_tip_freq_set(u32 dev_num, enum hws_access_type access_type,
|
||||
val = ((cl_mask_table[cl_value] & 0x1) << 2) |
|
||||
((cl_mask_table[cl_value] & 0xe) << 3);
|
||||
|
||||
cs_mask[0] = 0xc;
|
||||
|
||||
CHECK_STATUS(ddr3_tip_write_mrs_cmd(dev_num, cs_mask, MR_CMD0,
|
||||
val, (0x7 << 4) | (0x1 << 2)));
|
||||
|
||||
|
Reference in New Issue
Block a user