
15 Feb
2021
15 Feb
'21
12:58 p.m.
Add a compatible for i.MX51 so that i.MX51 can use this driver via driver model.
Signed-off-by: Fabio Estevam festevam@gmail.com --- drivers/mmc/fsl_esdhc_imx.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/mmc/fsl_esdhc_imx.c b/drivers/mmc/fsl_esdhc_imx.c index 8ac859797f04..827a6f113f3b 100644 --- a/drivers/mmc/fsl_esdhc_imx.c +++ b/drivers/mmc/fsl_esdhc_imx.c @@ -1705,6 +1705,7 @@ static struct esdhc_soc_data usdhc_imx8qm_data = { };
static const struct udevice_id fsl_esdhc_ids[] = { + { .compatible = "fsl,imx51-esdhc", }, { .compatible = "fsl,imx53-esdhc", }, { .compatible = "fsl,imx6ul-usdhc", }, { .compatible = "fsl,imx6sx-usdhc", },
--
2.25.1