]> Git Repo - linux.git/commitdiff
mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0
authorBiju Das <[email protected]>
Thu, 13 Dec 2018 20:22:27 +0000 (20:22 +0000)
committerUlf Hansson <[email protected]>
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 <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Wolfram Sang <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
drivers/mmc/host/renesas_sdhi_internal_dmac.c

index 332c5c60edb3d9c4dc3cc93e713e2835cc463ba7..92c9b15252da7e411db9eceb8191b5b042cde4a5 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" },
This page took 0.058658 seconds and 4 git commands to generate.