[U-Boot] [PATCH 01/10] mmc: uniphier-sd: Add compatible strings for RCar Gen2

Jaehoon Chung jh80.chung at samsung.com
Mon Feb 19 11:23:18 UTC 2018


On 02/01/2018 12:21 AM, Marek Vasut wrote:
> Add DT compatible strings for RCar Gen2 SoCs, so that this driver
> can bind with them. Unlike Gen3, which uses 64bit FIFO, the Gen2
> uses 16bit FIFO.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
> Cc: Jaehoon Chung <jh80.chung at samsung.com>
> Cc: Masahiro Yamada <yamada.masahiro at socionext.com>

Applied to u-boot-mmc. Thanks! Sorry for late.
I have checked the previous version..

Best Regards,
Jaehoon Chung

> ---
>  drivers/mmc/uniphier-sd.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/drivers/mmc/uniphier-sd.c b/drivers/mmc/uniphier-sd.c
> index 741f9dfd9c..a080674c8a 100644
> --- a/drivers/mmc/uniphier-sd.c
> +++ b/drivers/mmc/uniphier-sd.c
> @@ -847,6 +847,11 @@ static int uniphier_sd_probe(struct udevice *dev)
>  }
>  
>  static const struct udevice_id uniphier_sd_match[] = {
> +	{ .compatible = "renesas,sdhi-r8a7790", .data = 0 },
> +	{ .compatible = "renesas,sdhi-r8a7791", .data = 0 },
> +	{ .compatible = "renesas,sdhi-r8a7792", .data = 0 },
> +	{ .compatible = "renesas,sdhi-r8a7793", .data = 0 },
> +	{ .compatible = "renesas,sdhi-r8a7794", .data = 0 },
>  	{ .compatible = "renesas,sdhi-r8a7795", .data = UNIPHIER_SD_CAP_64BIT },
>  	{ .compatible = "renesas,sdhi-r8a7796", .data = UNIPHIER_SD_CAP_64BIT },
>  	{ .compatible = "renesas,sdhi-r8a77970", .data = UNIPHIER_SD_CAP_64BIT },
> 



More information about the U-Boot mailing list