mbox series

[6.12.y-cip,0/3] Add RZ/G3E RIIC support

Message ID 20250404073954.173387-1-tommaso.merciai.xr@bp.renesas.com (mailing list archive)
Headers show
Series Add RZ/G3E RIIC support | expand

Message

Tommaso Merciai April 4, 2025, 7:39 a.m. UTC
Dear All,

This patch series adds support for the I2C Bus Interface (RIIC) found in the
Renesas RZ/G3E (R9A09G047) SoC to linux-6.12.y-cip kernel.

All patches are cherry-picked from mainline kernel.

base commit: 18d2300f61bca arm64: dts: renesas: r9a09g047e57-smarc: Add SCIF pincontrol

Thanks & Regards,
Tommaso

Biju Das (3):
  clk: renesas: r9a09g047: Add I2C clocks/resets
  dt-bindings: i2c: renesas,riic: Document the R9A09G047 support
  arm64: dts: renesas: r9a09g047: Add I2C nodes

 .../devicetree/bindings/i2c/renesas,riic.yaml |   5 +-
 arch/arm64/boot/dts/renesas/r9a09g047.dtsi    | 189 ++++++++++++++++++
 drivers/clk/renesas/r9a09g047-cpg.c           |  32 +++
 3 files changed, 225 insertions(+), 1 deletion(-)

Comments

Pavel Machek April 7, 2025, 7:48 a.m. UTC | #1
Hi!

> This patch series adds support for the I2C Bus Interface (RIIC) found in the
> Renesas RZ/G3E (R9A09G047) SoC to linux-6.12.y-cip kernel.
> 
> All patches are cherry-picked from mainline kernel.
> 
> base commit: 18d2300f61bca arm64: dts: renesas: r9a09g047e57-smarc: Add SCIF pincontrol

Thanks, applied.

Best regards,
								Pavel