Skip to content

Commit

Permalink
dt-bindings: pwm: imx: Add i.MX93, i.MX94 and i.MX95 support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Frank Li authored and Uwe Kleine-König committed Mar 10, 2025
1 parent 20f23ad commit 6df320a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,15 @@ properties:
const: 3

compatible:
enum:
- fsl,imx7ulp-pwm
oneOf:
- enum:
- fsl,imx7ulp-pwm
- items:
- enum:
- fsl,imx93-pwm
- fsl,imx94-pwm
- fsl,imx95-pwm
- const: fsl,imx7ulp-pwm

reg:
maxItems: 1
Expand Down

0 comments on commit 6df320a

Please sign in to comment.