On Tue, May 4, 2021 at 4:49 PM Geert Uytterhoeven <geert+renesas@xxxxxxxxx> wrote: > This patch series fixes the first issues discovered by[1], and removes > the generic compatible strings from the IIC blocks on the R-Car E2 and > RZ/G1E SoCs, as they do not have the automatic transmission registers. > More follow-up patches are expected, when IIC will have dislosed all of > its secrets... > > Thanks for your comments! > > [1] "[PATCH/RFC 4/6] dt-bindings: i2c: renesas,iic: Convert to json-schema" > lore.kernel.org/r/ecfaf6be5e8c285db2bcc823bb1dd89931fa5c29.1620138454.git.geert+renesas@xxxxxxxxx > > Geert Uytterhoeven (2): > ARM: dts: r8a7745: Remove generic compatible strings from iic blocks > ARM: dts: r8a7794: Remove generic compatible strings from iic blocks > > arch/arm/boot/dts/r8a7745.dtsi | 8 ++------ > arch/arm/boot/dts/r8a7794.dtsi | 8 ++------ While drivers/i2c/busses/i2c-sh_mobile.c already has a match entry for "renesas,iic-r8a7794", it does not have one for "renesas,iic-r8a7745" yet. Hence patch 2/2 depends on a to-be-sent patch to update the driver. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds