On Tue, 24 Sep 2019 at 08:49, Biju Das <biju.das@xxxxxxxxxxxxxx> wrote: > > This patch adds SDHI support for RZ/G2N (R8A774B1) SoC. > > Signed-off-by: Biju Das <biju.das@xxxxxxxxxxxxxx> Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/renesas_sdhi_internal_dmac.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mmc/host/renesas_sdhi_internal_dmac.c b/drivers/mmc/host/renesas_sdhi_internal_dmac.c > index 751fe91..7c6020e 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" }, > -- > 2.7.4 >