diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-08-11 14:48:04 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-08-16 00:51:21 +0200 |
commit | 7792a8d6713c33758636c252bd6ff7c8c001de12 (patch) | |
tree | 83232f17f07d5198f1db9ec61e67bf84cffc2be8 /drivers/clk/qcom/Makefile | |
parent | dt-bindings: Add MDM9615 DT bindings include files for GCC and LCC (diff) | |
download | linux-7792a8d6713c33758636c252bd6ff7c8c001de12.tar.xz linux-7792a8d6713c33758636c252bd6ff7c8c001de12.zip |
clk: mdm9615: Add support for MDM9615 Clock Controllers
In order to support the Qualcomm MDM9615 SoC, add support for
the Global and LPASS Clock Controllers.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/qcom/Makefile')
-rw-r--r-- | drivers/clk/qcom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Makefile b/drivers/clk/qcom/Makefile index 2a25f4e75f49..15ab44e1b0ed 100644 --- a/drivers/clk/qcom/Makefile +++ b/drivers/clk/qcom/Makefile @@ -26,3 +26,5 @@ obj-$(CONFIG_MSM_GCC_8996) += gcc-msm8996.o obj-$(CONFIG_MSM_MMCC_8960) += mmcc-msm8960.o obj-$(CONFIG_MSM_MMCC_8974) += mmcc-msm8974.o obj-$(CONFIG_MSM_MMCC_8996) += mmcc-msm8996.o +obj-$(CONFIG_MDM_GCC_9615) += gcc-mdm9615.o +obj-$(CONFIG_MDM_LCC_9615) += lcc-mdm9615.o |