[PATCH 02/11] mci: imx-esdhc: Add i.MX6sl compatible
Sascha Hauer
s.hauer at pengutronix.de
Wed Nov 26 08:29:45 PST 2014
Which will also be used for the i.MX6sx.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
drivers/mci/imx-esdhc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/mci/imx-esdhc.c b/drivers/mci/imx-esdhc.c
index 5ac58c3..239cd37 100644
--- a/drivers/mci/imx-esdhc.c
+++ b/drivers/mci/imx-esdhc.c
@@ -607,6 +607,8 @@ static __maybe_unused struct of_device_id fsl_esdhc_compatible[] = {
}, {
.compatible = "fsl,imx6q-usdhc",
}, {
+ .compatible = "fsl,imx6sl-usdhc",
+ }, {
/* sentinel */
}
};
--
2.1.3
More information about the barebox
mailing list