Commit f3ed4959 authored by Ciprian Marian Costea's avatar Ciprian Marian Costea Committed by Andi Shyti
Browse files

dt-bindings: i2c: imx: add SoC specific compatible strings for S32G



S32G2 and S32G3 SoCs use the same I2C controller as i.MX.
But there are small differences such as specific
<clock divider, register value> pairs.
So add new compatible strings 'nxp,s32g2-i2c'and 'nxp,s32g3-i2c'
for S32G2/S32G3 Socs.

Signed-off-by: default avatarCiprian Marian Costea <ciprianmarian.costea@oss.nxp.com>
Reviewed-by: default avatarFrank Li <Frank.Li@nxp.com>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Signed-off-by: default avatarAndi Shyti <andi.shyti@kernel.org>
parent b88c7969
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ properties:
      - const: fsl,imx1-i2c
      - const: fsl,imx21-i2c
      - const: fsl,vf610-i2c
      - const: nxp,s32g2-i2c
      - items:
          - enum:
              - fsl,ls1012a-i2c
@@ -54,6 +55,9 @@ properties:
              - fsl,imx8mn-i2c
              - fsl,imx8mp-i2c
          - const: fsl,imx21-i2c
      - items:
          - const: nxp,s32g3-i2c
          - const: nxp,s32g2-i2c

  reg:
    maxItems: 1