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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Frank Li and committed by
Uwe Kleine-König
6df320ab 20f23ad3

+9 -2
+9 -2
Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml
··· 23 23 const: 3 24 24 25 25 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 28 35 29 36 reg: 30 37 maxItems: 1