Commit e040921c authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Thierry Reding
Browse files

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
parent ef75324d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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