Skip to content

Commit f3ed495

Browse files
Ciprian Marian CosteaAndi Shyti
authored andcommitted
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: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
1 parent b88c796 commit f3ed495

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/i2c/i2c-imx.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ properties:
1818
- const: fsl,imx1-i2c
1919
- const: fsl,imx21-i2c
2020
- const: fsl,vf610-i2c
21+
- const: nxp,s32g2-i2c
2122
- items:
2223
- enum:
2324
- fsl,ls1012a-i2c
@@ -54,6 +55,9 @@ properties:
5455
- fsl,imx8mn-i2c
5556
- fsl,imx8mp-i2c
5657
- const: fsl,imx21-i2c
58+
- items:
59+
- const: nxp,s32g3-i2c
60+
- const: nxp,s32g2-i2c
5761

5862
reg:
5963
maxItems: 1

0 commit comments

Comments
 (0)