aboutsummaryrefslogtreecommitdiff
path: root/board/data_modul/imx8mp_edm_sbc/lpddr4_timing.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-04-04 09:50:13 -0400
committerTom Rini <trini@konsulko.com>2023-04-04 09:50:13 -0400
commit0916377b837a7a964587564c4560e4534aec72cb (patch)
treeebfe7063344e48e8c39e0cb1d30fbaacffbd398d /board/data_modul/imx8mp_edm_sbc/lpddr4_timing.h
parent02f8486b9f9fd27c1ad7fdda78c3c892431285a9 (diff)
parentab53bd43dbde4dc8895a9f419e018d219eb4dc20 (diff)
Merge tag 'u-boot-imx-next-20230404' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-next-20230404 ------------------------ CI : https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/15887 - boards : DH-Electronics, Toradex, imx8mp-beacon-kit
Diffstat (limited to 'board/data_modul/imx8mp_edm_sbc/lpddr4_timing.h')
-rw-r--r--board/data_modul/imx8mp_edm_sbc/lpddr4_timing.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/data_modul/imx8mp_edm_sbc/lpddr4_timing.h b/board/data_modul/imx8mp_edm_sbc/lpddr4_timing.h
new file mode 100644
index 0000000000..24569d5931
--- /dev/null
+++ b/board/data_modul/imx8mp_edm_sbc/lpddr4_timing.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright 2022 Marek Vasut <marex@denx.de>
+ */
+
+#ifndef __LPDDR4_TIMING_H__
+#define __LPDDR4_TIMING_H__
+
+extern struct dram_timing_info dmo_imx8mp_sbc_dram_timing_32_32;
+
+#endif /* __LPDDR4_TIMING_H__ */