Skip to content
Snippets Groups Projects
Commit a6473f8e authored by Yangbo Lu's avatar Yangbo Lu Committed by York Sun
Browse files

mmc: fsl_esdhc: add 'fsl, esdhc' into of_match table


This patch is to add 'fsl,esdhc' into of_match table to support
driver model for QorIQ eSDHC.

Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent fc8048a8
No related branches found
No related tags found
No related merge requests found
...@@ -1027,6 +1027,7 @@ static const struct udevice_id fsl_esdhc_ids[] = { ...@@ -1027,6 +1027,7 @@ static const struct udevice_id fsl_esdhc_ids[] = {
{ .compatible = "fsl,imx6sl-usdhc", }, { .compatible = "fsl,imx6sl-usdhc", },
{ .compatible = "fsl,imx6q-usdhc", }, { .compatible = "fsl,imx6q-usdhc", },
{ .compatible = "fsl,imx7d-usdhc", }, { .compatible = "fsl,imx7d-usdhc", },
{ .compatible = "fsl,esdhc", },
{ /* sentinel */ } { /* sentinel */ }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment