aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorBiju Das <biju.das@bp.renesas.com>2019-09-24 07:49:04 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2019-11-13 16:10:16 +0100
commitc9af138c42f07a0d6d8554a9bed85ca395ed0511 (patch)
treef09f2a54d4d41bcdb70fa2b9b4b4da3e4ee79087 /drivers/mmc
parentmmc: block: Add CMD13 polling for MMC IOCTLS with R1B response (diff)
downloadlinux-dev-c9af138c42f07a0d6d8554a9bed85ca395ed0511.tar.xz
linux-dev-c9af138c42f07a0d6d8554a9bed85ca395ed0511.zip
mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support
This patch adds SDHI support for RZ/G2N (R8A774B1) SoC. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/renesas_sdhi_internal_dmac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/renesas_sdhi_internal_dmac.c b/drivers/mmc/host/renesas_sdhi_internal_dmac.c
index a66f8d6d61d1..18839a10594c 100644
--- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c
+++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c
@@ -308,6 +308,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 = "r8a774b1" },
{ .soc_id = "r8a774c0" },
{ .soc_id = "r8a77470" },
{ .soc_id = "r8a7795" },