diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-11-30 17:31:40 -0800 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-11-30 18:24:27 -0800 |
commit | b1e010c0730ab8861ef5a259ff5be7c78ccfb8ac (patch) | |
tree | 45ff1d4fa305a4d4536450abecefe20da4181077 /drivers/clk/qcom/Makefile | |
parent | 8ff1f4c4c47676dfccd56b55104a15dcd4650a8f (diff) | |
download | linux-stable-b1e010c0730ab8861ef5a259ff5be7c78ccfb8ac.tar.gz linux-stable-b1e010c0730ab8861ef5a259ff5be7c78ccfb8ac.tar.bz2 linux-stable-b1e010c0730ab8861ef5a259ff5be7c78ccfb8ac.zip |
clk: qcom: Add MSM8996 Global Clock Control (GCC) driver
Add support for the global clock controller found on MSM8996
based devices. This should allow most non-multimedia device
drivers to probe and control their clocks.
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 472200040788..42dca6799414 100644 --- a/drivers/clk/qcom/Makefile +++ b/drivers/clk/qcom/Makefile @@ -21,5 +21,6 @@ obj-$(CONFIG_MSM_GCC_8916) += gcc-msm8916.o obj-$(CONFIG_MSM_GCC_8960) += gcc-msm8960.o obj-$(CONFIG_MSM_LCC_8960) += lcc-msm8960.o obj-$(CONFIG_MSM_GCC_8974) += gcc-msm8974.o +obj-$(CONFIG_MSM_GCC_8996) += gcc-msm8996.o obj-$(CONFIG_MSM_MMCC_8960) += mmcc-msm8960.o obj-$(CONFIG_MSM_MMCC_8974) += mmcc-msm8974.o |