> -----Original Message-----
> From: U-Boot <[email protected]> On Behalf Of Hal Feng
> Sent: Tuesday, December 3, 2024 12:04 PM
> To: Leo <[email protected]>; Tom Rini <[email protected]>; Sumit Garg 
> <[email protected]>;
> Rick Chen <[email protected]>; Heinrich Schuchardt <[email protected]>; H 
> Bell
> <[email protected]>; E Shattow <[email protected]>; Conor Dooley 
> <[email protected]>; Nam
> Cao <[email protected]>; Bo Gan <[email protected]>
> Cc: Emil Renner Berthing <[email protected]>; Minda Chen
> <[email protected]>; Hal Feng <[email protected]>; 
> [email protected]
> Subject: [PATCH v7 03/12] mmc: dw_mmc: Add "starfive, jh7110-mmc" compatible 
> to match upstream DT
>
> Make the U-Boot JH7110 MMC driver compatible with upstream DT.
>
> Signed-off-by: Hal Feng <[email protected]>


Reviewed-by: Jaehoon Chung <[email protected]>

Best Regards,
Jaehoon Chung

> ---
>  drivers/mmc/snps_dw_mmc.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mmc/snps_dw_mmc.c b/drivers/mmc/snps_dw_mmc.c
> index 47ab5654bd..92880e0ed8 100644
> --- a/drivers/mmc/snps_dw_mmc.c
> +++ b/drivers/mmc/snps_dw_mmc.c
> @@ -186,6 +186,7 @@ static int snps_dwmmc_bind(struct udevice *dev)
>
>  static const struct udevice_id snps_dwmmc_ids[] = {
>       { .compatible = "snps,dw-mshc" },
> +     { .compatible = "starfive,jh7110-mmc" },
>       { }
>  };
>
> --
> 2.43.2



Reply via email to