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

dt-bindings: pwm: iqs620a: 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 avatarJeff LaBundy <jeff@labundy.com>
Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
parent 1bdb7a0b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -15,6 +15,9 @@ description: |
  Documentation/devicetree/bindings/mfd/iqs62x.yaml for further details as
  well as an example.

allOf:
  - $ref: pwm.yaml#

properties:
  compatible:
    enum:
@@ -25,7 +28,6 @@ properties:

required:
  - compatible
  - "#pwm-cells"

additionalProperties: false