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 /arch/arm64/boot | |
parent | 8eb84480cc6df9f4b5cbce51e20d86e73f04575c (diff) | |
download | linux-stable-89c7e671289d142cff2cb0b98ef7c92de5deee03.tar.gz linux-stable-89c7e671289d142cff2cb0b98ef7c92de5deee03.tar.bz2 linux-stable-89c7e671289d142cff2cb0b98ef7c92de5deee03.zip |
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 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8916.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index 5911de008dd5..ac006e895e08 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -99,6 +99,7 @@ compatible = "qcom,gcc-msm8916"; #clock-cells = <1>; #reset-cells = <1>; + #power-domain-cells = <1>; reg = <0x1800000 0x80000>; }; |