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

dt-bindings: pwm: allwinner,sun4i-a10: 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>
Acked-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
parent 4d690e50
Loading
Loading
Loading
Loading
+28 −25
Original line number Diff line number Diff line
@@ -52,7 +52,11 @@ properties:
  resets:
    maxItems: 1

if:

allOf:
  - $ref: pwm.yaml#

  - if:
      properties:
        compatible:
          contains:
@@ -78,7 +82,6 @@ else:
          maxItems: 1

required:
  - "#pwm-cells"
  - compatible
  - reg
  - clocks