Skip to content

Commit a63cb1a

Browse files
krzkthierryreding
authored andcommitted
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>
1 parent 0c11ff8 commit a63cb1a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Documentation/devicetree/bindings/pwm/mxs-pwm.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ maintainers:
1010
- Shawn Guo <shawnguo@kernel.org>
1111
- Anson Huang <anson.huang@nxp.com>
1212

13+
allOf:
14+
- $ref: pwm.yaml#
15+
1316
properties:
1417
compatible:
1518
enum:
@@ -28,7 +31,6 @@ properties:
2831
required:
2932
- compatible
3033
- reg
31-
- "#pwm-cells"
3234
- fsl,pwm-number
3335

3436
additionalProperties: false

0 commit comments

Comments
 (0)