From bd790ed9192f0d4f0e3c18af05fb6a39e101fba6 Mon Sep 17 00:00:00 2001 From: Sergei Shtylyov Date: Sat, 18 Aug 2018 21:08:26 +0300 Subject: [PATCH 062/211] mmc: renesas_sdhi_internal_dmac: add R8A77970 to whitelist I've successfully tested eMMC on the V3H Starter Kit board and since the R8A77970 SoC has a single SDHI core, it can't be a subject to the known RX DMA errata. Signed-off-by: Sergei Shtylyov Reviewed-by: Wolfram Sang Signed-off-by: Ulf Hansson Reviewed-by: Simon Horman (cherry picked from commit 16a129b3caacb9bf86187de8342986457e09faa9) Signed-off-by: Valentine Barshak --- drivers/mmc/host/renesas_sdhi_internal_dmac.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/renesas_sdhi_internal_dmac.c b/drivers/mmc/host/renesas_sdhi_internal_dmac.c index 32acb7d..6c3f657 100644 --- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c +++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c @@ -331,6 +331,7 @@ static const struct soc_device_attribute gen3_soc_whitelist[] = { { .soc_id = "r8a7795" }, { .soc_id = "r8a7796" }, { .soc_id = "r8a77965" }, + { .soc_id = "r8a77970" }, { .soc_id = "r8a77980" }, { .soc_id = "r8a77990" }, { .soc_id = "r8a77995" }, -- 2.7.4