summaryrefslogtreecommitdiff
path: root/arch/arm/dts/Makefile
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-11-15 00:58:18 -0600
committerYe Li <ye.li@nxp.com>2018-04-27 02:32:19 -0700
commit3c3a9e90faa2c3bbb1bcd9adac5915cfd6f2f204 (patch)
treecbaf0ede9b47e400a3781b73ce9b87adccb32023 /arch/arm/dts/Makefile
parent468509f86a2d040398aa6b019bb6644bfb0ef11c (diff)
MLK-17109-4 imx8mq_arm2: Add i.MX8MQ DDR3L and DDR4 ARM2 boards support
Add board codes, configurations, DTS and DDR initialization codes for the DDR3L and DDR4 ARM2 boards. Supported modules - DDR3L ARM2: Two RANK DDR3L, QSPI B, eMMC/SD, RMII ENET, UART. - DDR4 ARM2: Two RANK DDR4, SD, NAND, RGMII ENET, UART. NAND read/write/erase is ok in u-boot, NAND SPL boot will be tested later when tool is ready. Signed-off-by: Ye Li <ye.li@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r--arch/arm/dts/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index f307e4a586..5a3a7bd695 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -428,7 +428,9 @@ dtb-$(CONFIG_ARCH_MX7ULP) += imx7ulp-evk.dtb \
imx7ulp-evk-emmc.dtb \
imx7ulp-evk-qspi.dtb
-dtb-$(CONFIG_ARCH_IMX8M) += fsl-imx8mq-evk.dtb
+dtb-$(CONFIG_ARCH_IMX8M) += fsl-imx8mq-evk.dtb \
+ fsl-imx8mq-ddr3l-arm2.dtb \
+ fsl-imx8mq-ddr4-arm2.dtb
dtb-$(CONFIG_RCAR_GEN3) += \
r8a7795-h3ulcb.dtb \