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

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

Reference common Qualcomm GCC schema to remove common pieces.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221102163153.55460-1-krzysztof.kozlowski@linaro.org
parent 5bf7b832
...@@ -17,26 +17,13 @@ description: | ...@@ -17,26 +17,13 @@ description: |
See also: See also:
- dt-bindings/clock/qcom,gcc-ipq8074.h - dt-bindings/clock/qcom,gcc-ipq8074.h
allOf:
- $ref: qcom,gcc.yaml#
properties: properties:
compatible: compatible:
const: qcom,gcc-ipq8074 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: clocks:
items: items:
- description: board XO clock - description: board XO clock
...@@ -49,12 +36,8 @@ properties: ...@@ -49,12 +36,8 @@ properties:
required: required:
- compatible - compatible
- reg
- '#clock-cells'
- '#power-domain-cells'
- '#reset-cells'
additionalProperties: false unevaluatedProperties: false
examples: examples:
- | - |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment