diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-11-30 17:31:39 -0800 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-11-30 18:24:25 -0800 |
commit | 8ff1f4c4c47676dfccd56b55104a15dcd4650a8f (patch) | |
tree | efaca2715c4e62b8aa869de0bce9efd0f9cc639e /drivers/clk/qcom/Makefile | |
parent | fab88ca788dcacf2fbb006d5663456cbd390ee18 (diff) | |
download | op-kernel-dev-8ff1f4c4c47676dfccd56b55104a15dcd4650a8f.zip op-kernel-dev-8ff1f4c4c47676dfccd56b55104a15dcd4650a8f.tar.gz |
clk: qcom: Add Alpha PLL support
Add support for configuring rates of, enabling, and disabling
Alpha PLLs. This is sufficient for the types of PLLs found in
the global and multimedia clock controllers.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/qcom/Makefile')
-rw-r--r-- | drivers/clk/qcom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Makefile b/drivers/clk/qcom/Makefile index fe62523..4722000 100644 --- a/drivers/clk/qcom/Makefile +++ b/drivers/clk/qcom/Makefile @@ -2,6 +2,7 @@ obj-$(CONFIG_COMMON_CLK_QCOM) += clk-qcom.o clk-qcom-y += common.o clk-qcom-y += clk-regmap.o +clk-qcom-y += clk-alpha-pll.o clk-qcom-y += clk-pll.o clk-qcom-y += clk-rcg.o clk-qcom-y += clk-rcg2.o |