From 8e174d41f01ed63ebe97065b3fc54f4af66bf7d1 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 31 Jan 2014 13:59:36 +0100 Subject: mci: imx-esdhc: Add i.MX25 compatible entry Signed-off-by: Sascha Hauer --- drivers/mci/imx-esdhc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers') diff --git a/drivers/mci/imx-esdhc.c b/drivers/mci/imx-esdhc.c index 7664e7be4c..c5cf0ae52e 100644 --- a/drivers/mci/imx-esdhc.c +++ b/drivers/mci/imx-esdhc.c @@ -592,6 +592,8 @@ static int fsl_esdhc_probe(struct device_d *dev) static __maybe_unused struct of_device_id fsl_esdhc_compatible[] = { { + .compatible = "fsl,imx25-esdhc", + }, { .compatible = "fsl,imx51-esdhc", }, { .compatible = "fsl,imx53-esdhc", -- cgit v1.2.3