mmc: fsl_esdhc: add compatible for fsl, imxrt-usdhc
Add compatible "fsl,imxrt-usdhc" to make mmc working on i.MXRT platforms with CONFIG_DM_MMC=y. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
This commit is contained in:

committed by
Stefano Babic

parent
a820bedc45
commit
6a63a873b7
@@ -732,7 +732,7 @@ config FSL_ESDHC_IMX
|
|||||||
|
|
||||||
config FSL_USDHC
|
config FSL_USDHC
|
||||||
bool "Freescale/NXP i.MX uSDHC controller support"
|
bool "Freescale/NXP i.MX uSDHC controller support"
|
||||||
depends on MX6 || MX7 ||ARCH_MX7ULP || IMX8 || IMX8M || TARGET_S32V234EVB
|
depends on MX6 || MX7 ||ARCH_MX7ULP || IMX8 || IMX8M || IMXRT || TARGET_S32V234EVB
|
||||||
select FSL_ESDHC_IMX
|
select FSL_ESDHC_IMX
|
||||||
help
|
help
|
||||||
This enables the Ultra Secured Digital Host Controller enhancements
|
This enables the Ultra Secured Digital Host Controller enhancements
|
||||||
|
@@ -78,7 +78,7 @@ struct fsl_esdhc {
|
|||||||
uint vendorspec;
|
uint vendorspec;
|
||||||
uint mmcboot;
|
uint mmcboot;
|
||||||
uint vendorspec2;
|
uint vendorspec2;
|
||||||
uint tuning_ctrl; /* on i.MX6/7/8 */
|
uint tuning_ctrl; /* on i.MX6/7/8/RT */
|
||||||
char reserved5[44];
|
char reserved5[44];
|
||||||
uint hostver; /* Host controller version register */
|
uint hostver; /* Host controller version register */
|
||||||
char reserved6[4]; /* reserved */
|
char reserved6[4]; /* reserved */
|
||||||
@@ -1660,6 +1660,7 @@ static const struct udevice_id fsl_esdhc_ids[] = {
|
|||||||
{ .compatible = "fsl,imx8mm-usdhc", .data = (ulong)&usdhc_imx8qm_data,},
|
{ .compatible = "fsl,imx8mm-usdhc", .data = (ulong)&usdhc_imx8qm_data,},
|
||||||
{ .compatible = "fsl,imx8mn-usdhc", .data = (ulong)&usdhc_imx8qm_data,},
|
{ .compatible = "fsl,imx8mn-usdhc", .data = (ulong)&usdhc_imx8qm_data,},
|
||||||
{ .compatible = "fsl,imx8mq-usdhc", .data = (ulong)&usdhc_imx8qm_data,},
|
{ .compatible = "fsl,imx8mq-usdhc", .data = (ulong)&usdhc_imx8qm_data,},
|
||||||
|
{ .compatible = "fsl,imxrt-usdhc", },
|
||||||
{ .compatible = "fsl,esdhc", },
|
{ .compatible = "fsl,esdhc", },
|
||||||
{ /* sentinel */ }
|
{ /* sentinel */ }
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user