dt-bindings: pwm: mxs: Include generic PWM schema

Include generic pwm.yaml schema, which enforces PWM node naming and
brings pwm-cells requirement.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
Krzysztof Kozlowski 2022-02-14 22:21:44 +01:00 committed by Thierry Reding
parent 0c11ff8775
commit a63cb1a9f9

View File

@ -10,6 +10,9 @@ maintainers:
- Shawn Guo <shawnguo@kernel.org>
- Anson Huang <anson.huang@nxp.com>
allOf:
- $ref: pwm.yaml#
properties:
compatible:
enum:
@ -28,7 +31,6 @@ properties:
required:
- compatible
- reg
- "#pwm-cells"
- fsl,pwm-number
additionalProperties: false