dt-bindings: pwm: sifive: 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:46 +01:00
committed by Thierry Reding
parent ef75324d91
commit e040921c9b

View File

@@ -22,6 +22,9 @@ description:
https://github.com/sifive/sifive-blocks/tree/master/src/main/scala/devices/pwm
allOf:
- $ref: pwm.yaml#
properties:
compatible:
items:
@@ -55,7 +58,6 @@ required:
- compatible
- reg
- clocks
- "#pwm-cells"
- interrupts
additionalProperties: false