diff options
author | Robert Marko <robimarko@gmail.com> | 2022-05-16 00:00:44 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2022-07-01 02:06:13 +0300 |
commit | 2c930dc1e34f08d32ccf1b2baf01dec56b41ab05 (patch) | |
tree | 3e6a149d25388bd20bb463c9170b8a3febeaa7eb /Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml | |
parent | 2bd357e698207e2e65db03007e4be65bf9d6a7b3 (diff) | |
download | linux-2c930dc1e34f08d32ccf1b2baf01dec56b41ab05.tar.xz |
dt-bindings: clocks: qcom,gcc-ipq8074: support power domains
GCC inside of IPQ8074 also provides power management via built-in GDSCs.
In order to do so, '#power-domain-cells' must be set to 1.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220515210048.483898-7-robimarko@gmail.com
Diffstat (limited to 'Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml index 98572b4a9b60..21470f52ce36 100644 --- a/Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml @@ -24,6 +24,9 @@ properties: '#clock-cells': const: 1 + '#power-domain-cells': + const: 1 + '#reset-cells': const: 1 @@ -38,6 +41,7 @@ required: - compatible - reg - '#clock-cells' + - '#power-domain-cells' - '#reset-cells' additionalProperties: false @@ -48,6 +52,7 @@ examples: compatible = "qcom,gcc-ipq8074"; reg = <0x01800000 0x80000>; #clock-cells = <1>; + #power-domain-cells = <1>; #reset-cells = <1>; }; ... |