summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/esdctl.c
diff options
context:
space:
mode:
authorAlexander Kurz <akurz@blala.de>2017-01-30 23:50:58 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-02-02 08:13:07 +0100
commit4cb70c729f2e3563a4a626616aa2ca0c82dd9fff (patch)
tree00be6727fed7f7fb4679aec3acaab6f4aa8fec88 /arch/arm/mach-imx/esdctl.c
parentcb3a2b7be85d94b82525b4d8eb70bceb1e6c803b (diff)
downloadbarebox-4cb70c729f2e3563a4a626616aa2ca0c82dd9fff.tar.gz
barebox-4cb70c729f2e3563a4a626616aa2ca0c82dd9fff.tar.xz
ARM i.MX: Add i.MX6SL support
Most i.MX6SL infrastructure is already covered in barebox by general i.MX6 support. Missing infrastructure provided in separate commits are * SoC type detection * Clock infrastructure Add the missing fsl,imx6sl-mmdc, so it will not be catched by fsl,imx6q-mmdc and the remaining bits and pieces to provide barebox i.MX6SL SoC support. Signed-off-by: Alexander Kurz <akurz@blala.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/esdctl.c')
-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 ffe708f385..1eebc77b63 100644
--- a/arch/arm/mach-imx/esdctl.c
+++ b/arch/arm/mach-imx/esdctl.c
@@ -432,6 +432,9 @@ static struct platform_device_id imx_esdctl_ids[] = {
static __maybe_unused struct of_device_id imx_esdctl_dt_ids[] = {
{
+ .compatible = "fsl,imx6sl-mmdc",
+ .data = &imx6ul_data
+ }, {
.compatible = "fsl,imx6ul-mmdc",
.data = &imx6ul_data
}, {