mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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>
This commit is contained in:
committed by
Uwe Kleine-König
parent
20f23ad377
commit
6df320abbb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user