]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: dts: qcom: msm8916: Use fixed factor xo clock
authorGeorgi Djakov <georgi.djakov@linaro.org>
Thu, 14 Apr 2016 14:34:49 +0000 (17:34 +0300)
committerNicolas Dechesne <nicolas.dechesne@linaro.org>
Thu, 23 Jun 2016 10:20:43 +0000 (12:20 +0200)
commit27e2031ab372651a8a4f193a48bf4259c24a28d3
tree9415a65b9621e8237756fa303579caf3aca06e2a
parente7cadf513fe62adae5ef47669c16cd23ac7a1936
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: Georgi Djakov <georgi.djakov@linaro.org>
arch/arm64/boot/dts/qcom/msm8916.dtsi