On Mon, 4 Apr 2022 at 15:06, Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> wrote: > > We don't need to specify the Gen3 compatible entry for M3W because it > will be provided by the generic Gen3 fallback. > > Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> Applied for next, thanks! Kind regards Uffe > --- > > This should be the final of_device_id fix. Builds fine. But I can't test > because my HW is currently at a different location. Reviews from Geert > and/or Shimoda-san would be much appreciated. > > drivers/mmc/host/renesas_sdhi_internal_dmac.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/mmc/host/renesas_sdhi_internal_dmac.c b/drivers/mmc/host/renesas_sdhi_internal_dmac.c > index c9585c4fd812..3084b15ae2cb 100644 > --- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c > +++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c > @@ -262,7 +262,6 @@ static const struct of_device_id renesas_sdhi_internal_dmac_of_match[] = { > { .compatible = "renesas,sdhi-r7s9210", .data = &of_rza2_compatible, }, > { .compatible = "renesas,sdhi-mmc-r8a77470", .data = &of_rcar_gen3_compatible, }, > { .compatible = "renesas,sdhi-r8a7795", .data = &of_r8a7795_compatible, }, > - { .compatible = "renesas,sdhi-r8a7796", .data = &of_rcar_gen3_compatible, }, > { .compatible = "renesas,sdhi-r8a77961", .data = &of_r8a77961_compatible, }, > { .compatible = "renesas,sdhi-r8a77965", .data = &of_r8a77965_compatible, }, > { .compatible = "renesas,sdhi-r8a77970", .data = &of_r8a77970_compatible, }, > -- > 2.30.2 >