summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-imx/esdctl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/esdctl.c b/arch/arm/mach-imx/esdctl.c
index 426a96a3c4..135a16d111 100644
--- a/arch/arm/mach-imx/esdctl.c
+++ b/arch/arm/mach-imx/esdctl.c
@@ -686,6 +686,9 @@ static __maybe_unused struct of_device_id imx_esdctl_dt_ids[] = {
.compatible = "fsl,vf610-ddrmc",
.data = &vf610_data
}, {
+ .compatible = "fsl,imx8mm-ddrc",
+ .data = &imx8mq_data
+ }, {
.compatible = "fsl,imx8mq-ddrc",
.data = &imx8mq_data
}, {