mbox series

[0/2] add I2C support for S32G2/S32G3 SoCs

Message ID 20241104100044.3634076-1-ciprianmarian.costea@oss.nxp.com
Headers show
Series add I2C support for S32G2/S32G3 SoCs | expand

Message

Ciprian Marian Costea Nov. 4, 2024, 10 a.m. UTC
From: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>

S32G2 and S32G3 SoCs share the same I2C controller as i.MX.

Address the hardware particularities for S32 SoC family,
such as:
- different <clock divider, register value> pairs
- regshift

Ciprian Marian Costea (2):
  dt-bindings: i2c: imx: add SoC specific compatible strings for S32G
  i2c: imx: add support for S32G2/S32G3 SoCs

 .../devicetree/bindings/i2c/i2c-imx.yaml      |  4 ++
 drivers/i2c/busses/Kconfig                    |  7 ++--
 drivers/i2c/busses/i2c-imx.c                  | 37 ++++++++++++++++++-
 3 files changed, 44 insertions(+), 4 deletions(-)

Comments

Andi Shyti Nov. 5, 2024, 3:02 p.m. UTC | #1
Hi Ciprian,

> Ciprian Marian Costea (2):
>   dt-bindings: i2c: imx: add SoC specific compatible strings for S32G
>   i2c: imx: add support for S32G2/S32G3 SoCs

with the change proposed by Frank in patch 2, I merged this
series in i2c/i2c-host.

Thanks,
Andi