summaryrefslogtreecommitdiffstats
path: root/drivers/mci
diff options
context:
space:
mode:
authorChristian Hemp <c.hemp@phytec.de>2016-12-13 15:31:43 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-01-10 08:27:23 +0100
commit3807409640112dcb0f17648c7d8cf16cc681f4be (patch)
tree0c773fe9400bad5050ab94dfe578c1d7a5d0259a /drivers/mci
parent6ea19861a465096ae7c197bbdb379d202750e825 (diff)
downloadbarebox-3807409640112dcb0f17648c7d8cf16cc681f4be.tar.gz
barebox-3807409640112dcb0f17648c7d8cf16cc681f4be.tar.xz
mci: imx: Add imx6sx compatible
To let the driver probe on i.MX6SX and i.MX6UL. Signed-off-by: Christian Hemp <c.hemp@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci')
-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 262a904ace..41f0562e3c 100644
--- a/drivers/mci/imx-esdhc.c
+++ b/drivers/mci/imx-esdhc.c
@@ -648,6 +648,8 @@ static __maybe_unused struct of_device_id fsl_esdhc_compatible[] = {
}, {
.compatible = "fsl,imx6sl-usdhc",
}, {
+ .compatible = "fsl,imx6sx-usdhc",
+ }, {
/* sentinel */
}
};