Commit 842b4ca1 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

dt-bindings: clock: qcom,gcc-ipq8074: Use common GCC schema

parent 5bf7b832
Loading
Loading
Loading
Loading
+4 −21
Original line number Diff line number Diff line
@@ -17,26 +17,13 @@ description: |
  See also:
  - dt-bindings/clock/qcom,gcc-ipq8074.h

allOf:
  - $ref: qcom,gcc.yaml#

properties:
  compatible:
    const: qcom,gcc-ipq8074

  '#clock-cells':
    const: 1

  '#power-domain-cells':
    const: 1

  '#reset-cells':
    const: 1

  reg:
    maxItems: 1

  protected-clocks:
    description:
      Protected clock specifier list as per common clock binding.

  clocks:
    items:
      - description: board XO clock
@@ -49,12 +36,8 @@ properties:

required:
  - compatible
  - reg
  - '#clock-cells'
  - '#power-domain-cells'
  - '#reset-cells'

additionalProperties: false
unevaluatedProperties: false

examples:
  - |