* [PATCH] arm64: dts: msm8996: Add #power-domain-cells property
@ 2016-02-18 9:31 Rajendra Nayak
2016-02-18 9:32 ` Andy Gross
0 siblings, 1 reply; 2+ messages in thread
From: Rajendra Nayak @ 2016-02-18 9:31 UTC (permalink / raw)
To: andy.gross; +Cc: linux-arm-msm, linux-arm-kernel, sboyd, Rajendra Nayak
Add #power-domain-cells property for both the gcc and mmcc
clock controller nodes as they both supports power domains (gdsc's)
Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
---
Andy, the gdsc support patches for 8996 are pulled into clk-next.
Can you please pull the dts changes in for 4.6?
arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 2c2736d..0506fb8 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -147,6 +147,7 @@
compatible = "qcom,gcc-msm8996";
#clock-cells = <1>;
#reset-cells = <1>;
+ #power-domain-cells = <1>;
reg = <0x300000 0x90000>;
};
@@ -251,6 +252,7 @@
compatible = "qcom,mmcc-msm8996";
#clock-cells = <1>;
#reset-cells = <1>;
+ #power-domain-cells = <1>;
reg = <0x8c0000 0x40000>;
assigned-clocks = <&mmcc MMPLL9_PLL>,
<&mmcc MMPLL1_PLL>,
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: dts: msm8996: Add #power-domain-cells property
2016-02-18 9:31 [PATCH] arm64: dts: msm8996: Add #power-domain-cells property Rajendra Nayak
@ 2016-02-18 9:32 ` Andy Gross
0 siblings, 0 replies; 2+ messages in thread
From: Andy Gross @ 2016-02-18 9:32 UTC (permalink / raw)
To: Rajendra Nayak; +Cc: linux-arm-msm, linux-arm-kernel, sboyd
On Thu, Feb 18, 2016 at 03:01:06PM +0530, Rajendra Nayak wrote:
> Add #power-domain-cells property for both the gcc and mmcc
> clock controller nodes as they both supports power domains (gdsc's)
>
> Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
> ---
> Andy, the gdsc support patches for 8996 are pulled into clk-next.
> Can you please pull the dts changes in for 4.6?
Yes, I'll include it in the next pull. Thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-18 9:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-18 9:31 [PATCH] arm64: dts: msm8996: Add #power-domain-cells property Rajendra Nayak
2016-02-18 9:32 ` Andy Gross
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).