.../devicetree/bindings/pwm/imx-tpm-pwm.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)
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>
---
.../devicetree/bindings/pwm/imx-tpm-pwm.yaml | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml b/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml
index ac0a35bf8648c..d5a9340ff9209 100644
--- a/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml
@@ -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
--
2.34.1
Hello Frank, On Thu, Mar 06, 2025 at 12:08:45PM -0500, Frank Li wrote: > 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> Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-next with Conor's ack. Thanks Uwe
On Thu, Mar 06, 2025 at 12:08:45PM -0500, Frank Li wrote: > 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". Acked-by: Conor Dooley <conor.dooley@microchip.com> > > Signed-off-by: Frank Li <Frank.Li@nxp.com> > --- > .../devicetree/bindings/pwm/imx-tpm-pwm.yaml | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml b/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml > index ac0a35bf8648c..d5a9340ff9209 100644 > --- a/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml > +++ b/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml > @@ -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 > -- > 2.34.1 >
© 2016 - 2025 Red Hat, Inc.