Commit a89c8a1f authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

dt-bindings: clock: qcom: gcc-qcs404: switch to gcc.yaml

Now as the gcc-qcs404 gained support for GDSC and requires using
the #power-domain-cells property, switch the qcom,gcc-qcs404.yaml schema
to use common gcc.yaml.
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221226042154.2666748-3-dmitry.baryshkov@linaro.org
parent 031bc3a9
...@@ -20,26 +20,13 @@ properties: ...@@ -20,26 +20,13 @@ properties:
compatible: compatible:
const: qcom,gcc-qcs404 const: qcom,gcc-qcs404
'#clock-cells':
const: 1
'#reset-cells':
const: 1
reg:
maxItems: 1
protected-clocks:
description:
Protected clock specifier list as per common clock binding.
required: required:
- compatible - compatible
- reg
- '#clock-cells'
- '#reset-cells'
additionalProperties: false allOf:
- $ref: qcom,gcc.yaml#
unevaluatedProperties: false
examples: examples:
- | - |
...@@ -48,5 +35,6 @@ examples: ...@@ -48,5 +35,6 @@ examples:
reg = <0x01800000 0x80000>; reg = <0x01800000 0x80000>;
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>; #reset-cells = <1>;
#power-domain-cells = <1>;
}; };
... ...
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