diff options
author | Chris Packham <judge.packham@gmail.com> | 2020-01-30 12:50:44 +1300 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-04-14 08:59:44 +0200 |
commit | 236609d93c76b9e108d765cd7cf0632063ea8273 (patch) | |
tree | af7271c3b37a41b1731e2c56f06178e6f5d6043d /drivers/ddr/marvell/a38x/mv_ddr_topology.h | |
parent | 891483186052b259852f3f48926ff307763f4eb0 (diff) |
ddr: marvell: a38x: Allow boards to specify CK_DELAY parameter
For some layouts it is necessary to adjust the CK_DELAY parameter to
successfully complete DDR training. Add the ability to specify the
CK_DELAY in the mv_ddr_topology_map.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'drivers/ddr/marvell/a38x/mv_ddr_topology.h')
-rw-r--r-- | drivers/ddr/marvell/a38x/mv_ddr_topology.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ddr/marvell/a38x/mv_ddr_topology.h b/drivers/ddr/marvell/a38x/mv_ddr_topology.h index 766f25db57..4fca47689f 100644 --- a/drivers/ddr/marvell/a38x/mv_ddr_topology.h +++ b/drivers/ddr/marvell/a38x/mv_ddr_topology.h @@ -319,6 +319,7 @@ unsigned short mv_ddr_bus_bit_mask_get(void); unsigned int mv_ddr_if_bus_width_get(void); unsigned int mv_ddr_cs_num_get(void); int mv_ddr_is_ecc_ena(void); +int mv_ddr_ck_delay_get(void); unsigned long long mv_ddr_mem_sz_per_cs_get(void); unsigned long long mv_ddr_mem_sz_get(void); unsigned int mv_ddr_rtt_nom_get(void); |