From: Sergei Shtylyov Date: Thu, 19 Apr 2018 20:07:44 +0000 (+0300) Subject: mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelist X-Git-Tag: v4.18-rc1~137^2~47 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e419768f3242e0e91ee6c691b2e871ff6afd6995;p=users%2Fgriffoul%2Flinux.git mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelist I've successfully tested eMMC on R8A77980/Condor. R8A77980 has a single SDHI core anyway, so can't be a subject of the known RX DMA errata... Signed-off-by: Sergei Shtylyov Reviewed-by: Wolfram Sang Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/renesas_sdhi_internal_dmac.c b/drivers/mmc/host/renesas_sdhi_internal_dmac.c index 2935dd9315d3..a6bf12348bdc 100644 --- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c +++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c @@ -276,6 +276,7 @@ static const struct soc_device_attribute gen3_soc_whitelist[] = { /* generic ones */ { .soc_id = "r8a7795" }, { .soc_id = "r8a7796" }, + { .soc_id = "r8a77980" }, { .soc_id = "r8a77995" }, { /* sentinel */ } };