diff options
| author | Rajendra Nayak <rnayak@codeaurora.org> | 2015-01-19 21:05:33 -0500 |
|---|---|---|
| committer | Michael Turquette <mturquette@linaro.org> | 2015-01-27 14:49:19 -0500 |
| commit | c99e515a92e9d594a1d4b8915820fc30e21af23f (patch) | |
| tree | ef97a5d4f9b7821b59bb58efdcb25a03ef6a9767 /drivers/clk/qcom/Makefile | |
| parent | 2a5cfec947c788d19ef60cb12722d4c336d44482 (diff) | |
clk: qcom: Add IPQ806X LPASS clock controller (LCC) driver
Add an LCC driver for IPQ806x that supports the i2s, S/PDIF, and
pcm clocks.
Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Signed-off-by: Josh Cartwright <joshc@codeaurora.org>
[sboyd@codeaurora.org: Reworded commit text, added Kconfig
select, fleshed out Kconfig description a bit more, added pll4
configuration and reworked probe for it, added muxes, split out
dt-binding file]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Tested-by: Kenneth Westfield <kwestfie@codeaurora.org>
Signed-off-by: Michael Turquette <mturquette@linaro.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 f5e5607f3965..13c03a8808ec 100644 --- a/drivers/clk/qcom/Makefile +++ b/drivers/clk/qcom/Makefile | |||
| @@ -13,6 +13,7 @@ clk-qcom-y += reset.o | |||
| 13 | obj-$(CONFIG_APQ_GCC_8084) += gcc-apq8084.o | 13 | obj-$(CONFIG_APQ_GCC_8084) += gcc-apq8084.o |
| 14 | obj-$(CONFIG_APQ_MMCC_8084) += mmcc-apq8084.o | 14 | obj-$(CONFIG_APQ_MMCC_8084) += mmcc-apq8084.o |
| 15 | obj-$(CONFIG_IPQ_GCC_806X) += gcc-ipq806x.o | 15 | obj-$(CONFIG_IPQ_GCC_806X) += gcc-ipq806x.o |
| 16 | obj-$(CONFIG_IPQ_LCC_806X) += lcc-ipq806x.o | ||
| 16 | obj-$(CONFIG_MSM_GCC_8660) += gcc-msm8660.o | 17 | obj-$(CONFIG_MSM_GCC_8660) += gcc-msm8660.o |
| 17 | obj-$(CONFIG_MSM_GCC_8960) += gcc-msm8960.o | 18 | obj-$(CONFIG_MSM_GCC_8960) += gcc-msm8960.o |
| 18 | obj-$(CONFIG_MSM_GCC_8974) += gcc-msm8974.o | 19 | obj-$(CONFIG_MSM_GCC_8974) += gcc-msm8974.o |
