clk: qcom: Move cxo/pxo/xo into dt files
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 27 Oct 2015 01:10:09 +0000 (18:10 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 16 Nov 2015 19:07:06 +0000 (11:07 -0800)
commita085f877a882b465fce74188c9d8efd12bd5acd4
tree2183cbd18147e908fcdcfdf800f663d532f49878
parentee15faffef11309219aa87a24efc86f6dd13f7cb
clk: qcom: Move cxo/pxo/xo into dt files

Put these clocks into the dt files instead of registering them
from C code. This provides a few benefits. It allows us to
specify the frequency of these clocks at the board level instead
of hard-coding them in the driver. It allows us to insert an RPM
clock in between the consumers of the crystals and the actual
clock. And finally, it helps us transition the GCC driver to use
RPM clocks when that configuration is enabled.

Cc: Georgi Djakov <georgi.djakov@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/qcom/gcc-apq8084.c
drivers/clk/qcom/gcc-ipq806x.c
drivers/clk/qcom/gcc-msm8660.c
drivers/clk/qcom/gcc-msm8960.c
drivers/clk/qcom/gcc-msm8974.c
This page took 0.025287 seconds and 5 git commands to generate.