mbox series

[0/3] Add RZ/G3E RIIC support

Message ID 20241216120029.143944-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Add RZ/G3E RIIC support | expand

Message

Biju Das Dec. 16, 2024, noon UTC
Add support for the I2C Bus Interface (RIIC) found in the Renesas
RZ/G3E (R9A09G047) SoC. This IP is compatible with Renesas RZ/V2H
(R9A09G057) RIIC IP.

Note:
This patch series depend on [1] for clk and [2] for soc dtsi

[1] https://lore.kernel.org/all/20241213123550.289193-1-biju.das.jz@bp.renesas.com/
[2] https://lore.kernel.org/all/20241213173901.599226-7-biju.das.jz@bp.renesas.com/#t

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

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