]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb54081fbab6a8c6ecdc4e91aa2e15d03ef7e30f9
tree2183cbd18147e908fcdcfdf800f663d532f49878
parent7bb79c5006eafea08342117813817c6a10a6edc7
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