mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelist
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Thu, 19 Apr 2018 20:07:44 +0000 (23:07 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 2 May 2018 13:08:49 +0000 (15:08 +0200)
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 <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/renesas_sdhi_internal_dmac.c

index 2935dd9..a6bf123 100644 (file)
@@ -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 */ }
 };