mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0
authorBiju Das <biju.das@bp.renesas.com>
Thu, 13 Dec 2018 20:22:27 +0000 (20:22 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 17 Dec 2018 08:01:59 +0000 (09:01 +0100)
We need r8a774c0 to be whitelisted for SDHI to work on the RZ/G2E,
but we don't care about the revision of the SoC, so just whitelist
the generic part number.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/renesas_sdhi_internal_dmac.c

index 332c5c6..92c9b15 100644 (file)
@@ -306,6 +306,7 @@ static const struct soc_device_attribute soc_whitelist[] = {
          .data = (void *)BIT(SDHI_INTERNAL_DMAC_ONE_RX_ONLY) },
        /* generic ones */
        { .soc_id = "r8a774a1" },
+       { .soc_id = "r8a774c0" },
        { .soc_id = "r8a77470" },
        { .soc_id = "r8a7795" },
        { .soc_id = "r8a7796" },