diff options
Diffstat (limited to 'board/gateworks/venice/lpddr4_timing.h')
-rw-r--r-- | board/gateworks/venice/lpddr4_timing.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/gateworks/venice/lpddr4_timing.h b/board/gateworks/venice/lpddr4_timing.h index b73d067f7d6..b17e20e8b1f 100644 --- a/board/gateworks/venice/lpddr4_timing.h +++ b/board/gateworks/venice/lpddr4_timing.h @@ -6,8 +6,14 @@ #ifndef __LPDDR4_TIMING_H__ #define __LPDDR4_TIMING_H__ +#ifdef CONFIG_IMX8MM extern struct dram_timing_info dram_timing_1gb; extern struct dram_timing_info dram_timing_2gb; extern struct dram_timing_info dram_timing_4gb; +#elif CONFIG_IMX8MN +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; +#endif #endif /* __LPDDR4_TIMING_H__ */ |