diff options
author | Tom Rini <trini@konsulko.com> | 2020-04-14 08:47:07 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-14 08:47:07 -0400 |
commit | 142a07f2a44262d76fec609e1fcde51794a456eb (patch) | |
tree | fc2304595e16ff9315c84e76e9a12b6fbb8a01e7 /drivers/ddr/marvell/a38x/mv_ddr_topology.h | |
parent | 2af31afc7ac55b2d11676da51599c6dd679e77c3 (diff) | |
parent | c64ac3b3185aeb3846297ad7391fc6df8ecd73bf (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-marvell
- Misc enhancements to Clearfog, including board variant detection
(Joel)
- Misc enhancements to Turris Mox, including generalization of the
ARMADA37xx DDR size detection (Marek)
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); |