From: Heiko Stuebner Date: Fri, 21 Sep 2018 08:59:46 +0000 (+0200) Subject: rockchip: dwmmc: add rk2928-dw-mshc compatible X-Git-Tag: v2018.11-rc2~67^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=26a52f34734c5aec031c9884df521b657dc22886;p=oweals%2Fu-boot.git rockchip: dwmmc: add rk2928-dw-mshc compatible The rk3188 works nicely with the rockchip mmc driver, so we just need to add the different compatible for it - as used in the Linux kernel. Signed-off-by: Heiko Stuebner Reviewed-by: Philipp Tomsich Acked-by: Philipp Tomsich --- diff --git a/drivers/mmc/rockchip_dw_mmc.c b/drivers/mmc/rockchip_dw_mmc.c index f54d95a881..bf2d83a52c 100644 --- a/drivers/mmc/rockchip_dw_mmc.c +++ b/drivers/mmc/rockchip_dw_mmc.c @@ -156,6 +156,7 @@ static int rockchip_dwmmc_bind(struct udevice *dev) } static const struct udevice_id rockchip_dwmmc_ids[] = { + { .compatible = "rockchip,rk2928-dw-mshc" }, { .compatible = "rockchip,rk3288-dw-mshc" }, { } };