Skip to content

Commit 339df63

Browse files
committed
dt-bindings: i2c: imx: add SoC specific compatible strings for S32G
JIRA: https://issues.redhat.com/browse/RHEL-116101 commit f3ed495 Author: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com> Date: Mon Nov 4 12:00:43 2024 +0200 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> Signed-off-by: Jared Kangas <jkangas@redhat.com>
1 parent 1777cbd commit 339df63

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)