From 12701e63a05a7c355d52a133c966c7e2b11a5a23 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 12 Nov 2020 15:45:03 +0100 Subject: ARM: i.MX: esdctl: Add missing compatible The i.MX8mm has "fsl,imx8mm-ddrc" as compatible, add it to the list of matching nodes. Signed-off-by: Sascha Hauer --- arch/arm/mach-imx/esdctl.c | 3 +++ 1 file changed, 3 insertions(+) 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 @@ -685,6 +685,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 -- cgit v1.2.3