[PATCH v2 01/23] mmc: fsl_esdhc_imx: Add i.MX8MP compatible string

Stefano Babic sbabic at denx.de
Tue Apr 12 20:56:52 CEST 2022


Hi Marek,

this series contains some patches that were already posted and I have 
integrated in u-boot-imx. Can you rebase your series on top of 
u-boot-imx and repost the missing ones ? Thanks !

Best regards,
Stefano

On 11.04.22 21:45, Marek Vasut wrote:
> Add compatible string for i.MX8MP, which permits i.MX8MP to use
> HS400ES mode, just like all the other i.MX8M.
> 
> Reviewed-by: Peng Fan <peng.fan at nxp.com>
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Fabio Estevam <festevam at denx.de>
> Cc: Haibo Chen <haibo.chen at nxp.com>
> Cc: Peng Fan <peng.fan at nxp.com>
> Cc: Stefano Babic <sbabic at denx.de>
> ---
> V2: Add RB from Peng
> ---
>   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 02208a5ade4..893d7e241f2 100644
> --- a/drivers/mmc/fsl_esdhc_imx.c
> +++ b/drivers/mmc/fsl_esdhc_imx.c
> @@ -1640,6 +1640,7 @@ static const struct udevice_id fsl_esdhc_ids[] = {
>   	{ .compatible = "fsl,imx8qm-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,imx8mp-usdhc", .data = (ulong)&usdhc_imx8qm_data,},
>   	{ .compatible = "fsl,imx8mq-usdhc", .data = (ulong)&usdhc_imx8qm_data,},
>   	{ .compatible = "fsl,imxrt-usdhc", },
>   	{ .compatible = "fsl,esdhc", },

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================


More information about the U-Boot mailing list