[U-Boot] [PATCH v1 8/9] ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMC

Anand Moon linux.amoon at gmail.com
Fri Jul 27 03:13:08 UTC 2018


Hi Lukasz,

On 26 July 2018 at 03:55, Lukasz Majewski <lukma at denx.de> wrote:
> This commit enables support for Exynos Designware MMC driver based on DM.
>
> Signed-off-by: Lukasz Majewski <lukma at denx.de>
> ---
>
>  drivers/mmc/exynos_dw_mmc.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mmc/exynos_dw_mmc.c b/drivers/mmc/exynos_dw_mmc.c
> index cd0fa4c6341b..435ccac59421 100644
> --- a/drivers/mmc/exynos_dw_mmc.c
> +++ b/drivers/mmc/exynos_dw_mmc.c
> @@ -295,6 +295,7 @@ static int exynos_dwmmc_bind(struct udevice *dev)
>
>  static const struct udevice_id exynos_dwmmc_ids[] = {
>         { .compatible = "samsung,exynos4412-dw-mshc" },
> +       { .compatible = "samsung,exynos-dwmmc" },
>         { }
>  };
>
> --
> 2.11.0
>

Please add my.
Tested-by: Anand Moon <linux.amoon at gmail.com>

Best Regards
-Anand


More information about the U-Boot mailing list