Commit a402a354 authored by Georgi Djakov's avatar Georgi Djakov Committed by Andy Gross

arm64: dts: qcom: msm8916: Use fixed factor xo clock

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: default avatarGeorgi Djakov <georgi.djakov@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 7ce7d89f
...@@ -871,7 +871,7 @@ rpm_requests { ...@@ -871,7 +871,7 @@ rpm_requests {
qcom,smd-channels = "rpm_requests"; qcom,smd-channels = "rpm_requests";
rpmcc: qcom,rpmcc { rpmcc: qcom,rpmcc {
compatible = "qcom,rpmcc-msm8916", "qcom,rpmcc"; compatible = "qcom,rpmcc-msm8916";
#clock-cells = <1>; #clock-cells = <1>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment