Skip to content

Commit 6df320a

Browse files
nxpfrankliUwe Kleine-König
authored andcommitted
dt-bindings: pwm: imx: Add i.MX93, i.MX94 and i.MX95 support
Add compatible string "fsl,imx93-pwm", "fsl,imx94-pwm" and "fsl,imx95-pwm", which is backward compatible with i.MX7ULP. Set it to fall back to "fsl,imx7ulp-pwm". Signed-off-by: Frank Li <Frank.Li@nxp.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20250306170845.240555-1-Frank.Li@nxp.com Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
1 parent 20f23ad commit 6df320a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,15 @@ properties:
2323
const: 3
2424

2525
compatible:
26-
enum:
27-
- fsl,imx7ulp-pwm
26+
oneOf:
27+
- enum:
28+
- fsl,imx7ulp-pwm
29+
- items:
30+
- enum:
31+
- fsl,imx93-pwm
32+
- fsl,imx94-pwm
33+
- fsl,imx95-pwm
34+
- const: fsl,imx7ulp-pwm
2835

2936
reg:
3037
maxItems: 1

0 commit comments

Comments
 (0)