mirror of
https://xff.cz/git/u-boot/
synced 2025-09-23 19:42:08 +02:00
mmc: fsl_esdhc_imx: Add a compatible for i.MX51
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> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
committed by
Stefano Babic
parent
9a68a2be8e
commit
c3e6f99e73
@@ -1706,6 +1706,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", },
|
||||
|
Reference in New Issue
Block a user