diff options
author | Rajendra Nayak <rnayak@codeaurora.org> | 2015-10-01 14:56:02 +0530 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-10-13 16:40:01 -0500 |
commit | 89c7e671289d142cff2cb0b98ef7c92de5deee03 (patch) | |
tree | 1d39bd53e3b81e6a90f0ed864ce47274dedf93c5 /Documentation/devicetree/bindings/clock/qcom,gcc.txt | |
parent | 8eb84480cc6df9f4b5cbce51e20d86e73f04575c (diff) | |
download | linux-89c7e671289d142cff2cb0b98ef7c92de5deee03.tar.bz2 |
arm: dts: qcom: Add #power-domain-cells property
clock controller nodes which also support power domains (gdscs') need
to have a #power-domain-cells property. Add these for gcc and mmcc
nodes of msm8974, gcc of apq8084 and msm8916.
Also update gcc and mmcc bindings for it.
Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/qcom,gcc.txt')
-rw-r--r-- | Documentation/devicetree/bindings/clock/qcom,gcc.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc.txt b/Documentation/devicetree/bindings/clock/qcom,gcc.txt index 54c23f34f194..152dfaab2575 100644 --- a/Documentation/devicetree/bindings/clock/qcom,gcc.txt +++ b/Documentation/devicetree/bindings/clock/qcom,gcc.txt @@ -18,10 +18,14 @@ Required properties : - #clock-cells : shall contain 1 - #reset-cells : shall contain 1 +Optional properties : +- #power-domain-cells : shall contain 1 + Example: clock-controller@900000 { compatible = "qcom,gcc-msm8960"; reg = <0x900000 0x4000>; #clock-cells = <1>; #reset-cells = <1>; + #power-domain-cells = <1>; }; |