Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1378936 > unrolled thread

[PATCH v8 3/3] arm64: dts: qcom: msm8916: Use fixed factor xo clock

Started byGeorgi Djakov <georgi.djakov@linaro.org>
First post2016-04-14 16:40 +0200
Last post2016-04-14 16:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v8 3/3] arm64: dts: qcom: msm8916: Use fixed factor xo clock Georgi Djakov <georgi.djakov@linaro.org> - 2016-04-14 16:40 +0200

#1378936 — [PATCH v8 3/3] arm64: dts: qcom: msm8916: Use fixed factor xo clock

FromGeorgi Djakov <georgi.djakov@linaro.org>
Date2016-04-14 16:40 +0200
Subject[PATCH v8 3/3] arm64: dts: qcom: msm8916: Use fixed factor xo clock
Message-ID<rnQB4-33W-13@gated-at.bofh.it>
The rpmcc driver is providing the XO clock, which is the parent of almost
all clocks. But during boot, this driver may probe later and leave most of
the clocks without parent. The common clock framework currently reports
invalid rate for orphan clocks and this may confuse drivers.

To resolve this, use fixed clocks registration until we have some support
to deal with the this issue. Removing the generic rpmcc compatible is
enough to switch back to fixed factor XO clock.

Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8916.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 96812007850e..0054a3264ef0 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -552,7 +552,7 @@
 				qcom,smd-channels = "rpm_requests";
 
 				rpmcc: qcom,rpmcc {
-					compatible = "qcom,rpmcc-msm8916", "qcom,rpmcc";
+					compatible = "qcom,rpmcc-msm8916";
 					#clock-cells = <1>;
 				};
 

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web