Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <daniel.lezcano@linaro.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20250812200036.3432917-2-daniel.lezcano@linaro.org
Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>

authored by

Daniel Lezcano and committed by
Uwe Kleine-König
3513752c ed5902a2

+8 -3
+8 -3
Documentation/devicetree/bindings/pwm/fsl,vf610-ftm-pwm.yaml
··· 26 26 27 27 properties: 28 28 compatible: 29 - enum: 30 - - fsl,vf610-ftm-pwm 31 - - fsl,imx8qm-ftm-pwm 29 + oneOf: 30 + - enum: 31 + - fsl,vf610-ftm-pwm 32 + - fsl,imx8qm-ftm-pwm 33 + - nxp,s32g2-ftm-pwm 34 + - items: 35 + - const: nxp,s32g3-ftm-pwm 36 + - const: nxp,s32g2-ftm-pwm 32 37 33 38 reg: 34 39 maxItems: 1