mirror of https://github.com/torvalds/linux.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 <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>
This commit is contained in:
parent
ed5902a246
commit
3513752cfe
|
|
@ -26,9 +26,14 @@ maintainers:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
enum:
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue