[PATCH v2 3/6] mmc: atmel-sdhci: add sama7g5-sdhci compatibility string

Peng Fan peng.fan at nxp.com
Thu Aug 27 11:32:46 CEST 2020


> Subject: [PATCH v2 3/6] mmc: atmel-sdhci: add sama7g5-sdhci compatibility
> string
> 
> Add new compatibility string for matching sama7g5 product.
> 
> Signed-off-by: Eugen Hristev <eugen.hristev at microchip.com>
> ---
>  drivers/mmc/atmel_sdhci.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mmc/atmel_sdhci.c b/drivers/mmc/atmel_sdhci.c index
> 0c53caf448..f03c0457e1 100644
> --- a/drivers/mmc/atmel_sdhci.c
> +++ b/drivers/mmc/atmel_sdhci.c
> @@ -113,6 +113,7 @@ static int atmel_sdhci_bind(struct udevice *dev)
> static const struct udevice_id atmel_sdhci_ids[] = {
>  	{ .compatible = "atmel,sama5d2-sdhci" },
>  	{ .compatible = "microchip,sam9x60-sdhci" },
> +	{ .compatible = "microchip,sama7g5-sdhci" },
>  	{ }
>  };
> 

Reviewed-by: Peng Fan <peng.fan at nxp.com>

> --
> 2.25.1



More information about the U-Boot mailing list