From: Ciprian Marian Costea Date: Mon, 4 Nov 2024 10:00:43 +0000 (+0200) Subject: dt-bindings: i2c: imx: add SoC specific compatible strings for S32G X-Git-Tag: v6.13-rc1~124^2^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3ed495940de0b1d766bd0f9a470f5241a422960;p=thirdparty%2Flinux.git 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 pairs. So add new compatible strings 'nxp,s32g2-i2c'and 'nxp,s32g3-i2c' for S32G2/S32G3 Socs. Signed-off-by: Ciprian Marian Costea Reviewed-by: Frank Li Acked-by: Conor Dooley Signed-off-by: Andi Shyti --- diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx.yaml b/Documentation/devicetree/bindings/i2c/i2c-imx.yaml index 85ee1282d6d2d..0682a5a10d41c 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-imx.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-imx.yaml @@ -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