[PATCH v7 03/12] mmc: dw_mmc: Add "starfive, jh7110-mmc" compatible to match upstream DT
Jaehoon Chung
jh80.chung at samsung.com
Wed Dec 4 01:27:28 CET 2024
> -----Original Message-----
> From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Hal Feng
> Sent: Tuesday, December 3, 2024 12:04 PM
> To: Leo <ycliang at andestech.com>; Tom Rini <trini at konsulko.com>; Sumit Garg <sumit.garg at linaro.org>;
> Rick Chen <rick at andestech.com>; Heinrich Schuchardt <xypron.glpk at gmx.de>; H Bell
> <dmoo_dv at protonmail.com>; E Shattow <lucent at gmail.com>; Conor Dooley <conor.dooley at microchip.com>; Nam
> Cao <namcao at linutronix.de>; Bo Gan <ganboing at gmail.com>
> Cc: Emil Renner Berthing <emil.renner.berthing at canonical.com>; Minda Chen
> <minda.chen at starfivetech.com>; Hal Feng <hal.feng at starfivetech.com>; u-boot at lists.denx.de
> 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 <hal.feng at starfivetech.com>
Reviewed-by: Jaehoon Chung <jh80.chung at samsung.com>
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
More information about the U-Boot
mailing list