From 74ddbf612d3be33b87372b49720a69bf74e375df Mon Sep 17 00:00:00 2001 From: Valentine Barshak Date: Thu, 1 Aug 2019 23:45:40 +0300 Subject: [PATCH 15/23] mmc: renesas_sdhi: Add R-Car V3H support This adds R8A77980 SoC support to the renesas_sdhi driver. Signed-off-by: Valentine Barshak --- drivers/mmc/renesas-sdhi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/renesas-sdhi.c b/drivers/mmc/renesas-sdhi.c index eda190d..07f0cff 100644 --- a/drivers/mmc/renesas-sdhi.c +++ b/drivers/mmc/renesas-sdhi.c @@ -433,6 +433,7 @@ static const struct udevice_id renesas_sdhi_match[] = { { .compatible = "renesas,sdhi-r8a7796", .data = RENESAS_GEN3_QUIRKS }, { .compatible = "renesas,sdhi-r8a77965", .data = RENESAS_GEN3_QUIRKS }, { .compatible = "renesas,sdhi-r8a77970", .data = RENESAS_GEN3_QUIRKS }, + { .compatible = "renesas,sdhi-r8a77980", .data = RENESAS_GEN3_QUIRKS }, { .compatible = "renesas,sdhi-r8a77990", .data = RENESAS_GEN3_QUIRKS }, { .compatible = "renesas,sdhi-r8a77995", .data = RENESAS_GEN3_QUIRKS }, { /* sentinel */ } -- 2.7.4