]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: qcom: Add HFPLL driver
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 14 Aug 2018 12:12:22 +0000 (17:42 +0530)
committerStephen Boyd <sboyd@kernel.org>
Wed, 17 Oct 2018 20:14:40 +0000 (13:14 -0700)
commitcb546b797a0da4dbb1a0c76a2a357921887b6189
treea7953166a78f10ad5e9cd351c4faf58dc15cb9b2
parentb3f2f10693aadeacf83ab5be03810941a4b77612
clk: qcom: Add HFPLL driver

On some devices (MSM8974 for example), the HFPLLs are
instantiated within the Krait processor subsystem as separate
register regions. Add a driver for these PLLs so that we can
provide HFPLL clocks for use by the system.

Cc: <devicetree@vger.kernel.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Sricharan R <sricharan@codeaurora.org>
Tested-by: Craig Tatlor <ctatlor97@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/Kconfig
drivers/clk/qcom/Makefile
drivers/clk/qcom/hfpll.c [new file with mode: 0644]