summaryrefslogtreecommitdiff
path: root/board/gateworks/venice/lpddr4_timing.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-04-22 08:12:20 -0400
committerTom Rini <trini@konsulko.com>2022-04-22 08:12:20 -0400
commit6e2af641e4bfed24d3edd8519dd40ec397361b4e (patch)
treed387bc01229acd9db9d344f9c8240ce3b852f6fc /board/gateworks/venice/lpddr4_timing.h
parentea5583b90f9c162af6f2025718dc50ffbb6e4552 (diff)
parentd173b107be94eb474e1ae75a8addbf5f2fecfd56 (diff)
Merge tag 'u-boot-imx-20220422' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-20220422 ------------------- - Switch to DM_SERIAL - Drop MMCROOT - several cleanup CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/11815
Diffstat (limited to 'board/gateworks/venice/lpddr4_timing.h')
-rw-r--r--board/gateworks/venice/lpddr4_timing.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/gateworks/venice/lpddr4_timing.h b/board/gateworks/venice/lpddr4_timing.h
index f9a3ee1c8e6..62b860610c5 100644
--- a/board/gateworks/venice/lpddr4_timing.h
+++ b/board/gateworks/venice/lpddr4_timing.h
@@ -15,6 +15,8 @@ extern struct dram_timing_info dram_timing_4gb;
extern struct dram_timing_info dram_timing_1gb_single_die;
extern struct dram_timing_info dram_timing_2gb_single_die;
extern struct dram_timing_info dram_timing_2gb_dual_die;
+#elif CONFIG_IMX8MP
+extern struct dram_timing_info dram_timing_4gb_dual_die;
#endif
#endif /* __LPDDR4_TIMING_H__ */