[U-Boot] [PATCH v4 15/19] mmc: dw_mmc: rockchip: add support for rk3066 sdmmc
Jaehoon Chung
jh80.chung at samsung.com
Fri Aug 18 07:02:53 UTC 2017
On 08/17/2017 10:15 PM, =?UTF-8?q?Pawe=C5=82=20Jarosz?= wrote:
> This patch enables support for the Rockchip RK3066 SD/MMC controller, which is based on Designware IP. The device supports SD, SDIO, MMC and eMMC.
>
> Signed-off-by: Paweł Jarosz <paweljarosz3691 at gmail.com>
Reviewed-by: Jaehoon Chung <jh80.chung at samsung.com>
> ---
> Changes since v1:
> - dropped OF_PLATDATA
>
> Changes since v2:
> - none
>
> Changes since v3:
> - none
>
> drivers/mmc/rockchip_dw_mmc.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mmc/rockchip_dw_mmc.c b/drivers/mmc/rockchip_dw_mmc.c
> index e7fcf89..a879fcd 100644
> --- a/drivers/mmc/rockchip_dw_mmc.c
> +++ b/drivers/mmc/rockchip_dw_mmc.c
> @@ -160,6 +160,7 @@ static int rockchip_dwmmc_bind(struct udevice *dev)
>
> static const struct udevice_id rockchip_dwmmc_ids[] = {
> { .compatible = "rockchip,rk3288-dw-mshc" },
> + { .compatible = "rockchip,rk2928-dw-mshc" },
> { }
> };
>
>
More information about the U-Boot
mailing list