mmc: renesas_sdhi: Whitelist R8A77990 SDHI
authorMarek Vasut <marek.vasut@gmail.com>
Mon, 5 Nov 2018 21:39:35 +0000 (22:39 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 17 Dec 2018 07:26:24 +0000 (08:26 +0100)
Whitelist R8A77990 E3 SoC in the SDHI driver. The SDHI core
present in the SoC is an 8tap variant of the Gen3 SDHI core.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Simon Horman <horms+renesas@verge.net.au>
Cc: Wolfram Sang <wsa@the-dreams.de>
Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Cc: linux-renesas-soc@vger.kernel.org
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.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 b9d83d6..57e8292 100644 (file)
@@ -328,6 +328,7 @@ static const struct soc_device_attribute soc_whitelist[] = {
        { .soc_id = "r8a77965" },
        { .soc_id = "r8a77970" },
        { .soc_id = "r8a77980" },
+       { .soc_id = "r8a77990" },
        { .soc_id = "r8a77995" },
        { /* sentinel */ }
 };