Message ID | 20191205134349.6410-3-geert+renesas@glider.be (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | mmc: renesas_sdhi: Add r8a77961 support | expand |
diff --git a/drivers/mmc/host/renesas_sdhi_internal_dmac.c b/drivers/mmc/host/renesas_sdhi_internal_dmac.c index 18839a10594c6e23..d5a878eff9607c64 100644 --- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c +++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c @@ -313,6 +313,7 @@ static const struct soc_device_attribute soc_whitelist[] = { { .soc_id = "r8a77470" }, { .soc_id = "r8a7795" }, { .soc_id = "r8a7796" }, + { .soc_id = "r8a77961" }, { .soc_id = "r8a77965" }, { .soc_id = "r8a77970" }, { .soc_id = "r8a77980" },
Add the R-Car M3-W+ (R8A77961) SoC to the whitelist of supported devices. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Not needed if "[PATCH] mmc: renesas_sdhi: remove whitelist for internal DMAC"[1] makes it in first. [1] https://lore.kernel.org/linux-mmc/20191203194859.917-1-wsa@the-dreams.de/ --- drivers/mmc/host/renesas_sdhi_internal_dmac.c | 1 + 1 file changed, 1 insertion(+)