From: Daniel Lezcano Date: Tue, 12 Aug 2025 20:00:35 +0000 (+0200) Subject: dt-bindings: pwm: fsl,vf610-ftm-pwm: Add compatible for s32g2 and s32g3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3513752cfe6fc1cfb0d99b3b4c554eb56e8bf8a1;p=thirdparty%2Fkernel%2Fstable.git dt-bindings: pwm: fsl,vf610-ftm-pwm: Add compatible for s32g2 and s32g3 The S32G2 and S32G3 have a FlexTimer (FTM) available which is the same as the one found on the Vybrid Family and the i.MX8. Add the compatibles in the bindings Signed-off-by: Daniel Lezcano Acked-by: Conor Dooley Link: https://lore.kernel.org/r/20250812200036.3432917-2-daniel.lezcano@linaro.org Signed-off-by: Uwe Kleine-König --- diff --git a/Documentation/devicetree/bindings/pwm/fsl,vf610-ftm-pwm.yaml b/Documentation/devicetree/bindings/pwm/fsl,vf610-ftm-pwm.yaml index 7f9f72d95e7a3..c7a10180208e0 100644 --- a/Documentation/devicetree/bindings/pwm/fsl,vf610-ftm-pwm.yaml +++ b/Documentation/devicetree/bindings/pwm/fsl,vf610-ftm-pwm.yaml @@ -26,9 +26,14 @@ maintainers: properties: compatible: - enum: - - fsl,vf610-ftm-pwm - - fsl,imx8qm-ftm-pwm + oneOf: + - enum: + - fsl,vf610-ftm-pwm + - fsl,imx8qm-ftm-pwm + - nxp,s32g2-ftm-pwm + - items: + - const: nxp,s32g3-ftm-pwm + - const: nxp,s32g2-ftm-pwm reg: maxItems: 1