summaryrefslogtreecommitdiffstats
path: root/drivers/mci/imx-esdhc.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-01-31 13:59:36 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-01-31 18:51:53 +0100
commit8e174d41f01ed63ebe97065b3fc54f4af66bf7d1 (patch)
treef5c4e4286ab3bf5f8a905eb6654af7d0a5e1051b /drivers/mci/imx-esdhc.c
parent7ebb5fbb58b6b9e496e3441f1be6bdc5b993964d (diff)
downloadbarebox-8e174d41f01ed63ebe97065b3fc54f4af66bf7d1.tar.gz
barebox-8e174d41f01ed63ebe97065b3fc54f4af66bf7d1.tar.xz
mci: imx-esdhc: Add i.MX25 compatible entry
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/imx-esdhc.c')
-rw-r--r--drivers/mci/imx-esdhc.c2
1 files changed, 2 insertions, 0 deletions
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",