On 5 November 2018 at 22:39, Marek Vasut <marek.vasut@xxxxxxxxx> wrote: > Whitelist R8A77990 E3 SoC in the SDHI driver. The SDHI core > present in the SoC is an 8tap variant of the Gen3 SDHI core. > > Signed-off-by: Marek Vasut <marek.vasut+renesas@xxxxxxxxx> > Cc: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > Cc: Simon Horman <horms+renesas@xxxxxxxxxxxx> > Cc: Wolfram Sang <wsa@xxxxxxxxxxxxx> > Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > Cc: Ulf Hansson <ulf.hansson@xxxxxxxxxx> > Cc: linux-renesas-soc@xxxxxxxxxxxxxxx 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 b6f54102bfdd..ede7eec9b9aa 100644 > --- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c > +++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c > @@ -304,6 +304,7 @@ static const struct soc_device_attribute soc_whitelist[] = { > { .soc_id = "r8a77965" }, > { .soc_id = "r8a77970" }, > { .soc_id = "r8a77980" }, > + { .soc_id = "r8a77990" }, > { .soc_id = "r8a77995" }, > { /* sentinel */ } > }; > -- > 2.18.0 >