Message ID | 20230922124229.359543-1-festevam@gmail.com |
---|---|
State | New |
Headers | show |
Series | [v2,1/3] dt-bindings: pwm: mxs: Document fsl,imx28-pwm | expand |
On Fri, 22 Sep 2023 09:42:27 -0300, Fabio Estevam wrote: > imx28 uses the same PWM block that is found on imx23. > > Add an entry for fsl,imx28-pwm. > > Applied, thanks! [1/3] dt-bindings: pwm: mxs: Document fsl,imx28-pwm commit: c3c653422a265a3b5dfdf8567eebd5116311c36d [2/3] dt-bindings: pwm: mxs: Document the clocks property commit: 42b9116ce12579692ec18ad9446ea5ad832ea0ef Best regards,
diff --git a/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml b/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml index 6ffbed204c25..655f008081d5 100644 --- a/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml +++ b/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml @@ -15,8 +15,12 @@ allOf: properties: compatible: - enum: - - fsl,imx23-pwm + oneOf: + - const: fsl,imx23-pwm + - items: + - enum: + - fsl,imx28-pwm + - const: fsl,imx23-pwm reg: maxItems: 1