9
0
Fork 0

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>
This commit is contained in:
Christian Hemp 2016-12-13 15:31:43 +01:00 committed by Sascha Hauer
parent 6ea19861a4
commit 3807409640
1 changed files with 2 additions and 0 deletions

View File

@ -647,6 +647,8 @@ static __maybe_unused struct of_device_id fsl_esdhc_compatible[] = {
.compatible = "fsl,imx6q-usdhc",
}, {
.compatible = "fsl,imx6sl-usdhc",
}, {
.compatible = "fsl,imx6sx-usdhc",
}, {
/* sentinel */
}