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

Ciprian Costea ciprianmarian.costea at oss.nxp.com
Mon Nov 4 02:00:42 PST 2024


From: Ciprian Marian Costea <ciprianmarian.costea at 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(-)

-- 
2.45.2




More information about the linux-arm-kernel mailing list