summaryrefslogtreecommitdiff
path: root/drivers/clk/qcom/Makefile
diff options
context:
space:
mode:
authorAmit Nischal <anischal@codeaurora.org>2018-05-09 17:02:31 +0530
committerStephen Boyd <sboyd@kernel.org>2018-06-01 11:49:08 -0700
commitc646b347669587790db6c703d0786bb5a2639bdd (patch)
tree7fae9c2f7b012323d45718e1c972137b274dd282 /drivers/clk/qcom/Makefile
parent84b66b2116031fc4e5b73ce304c6a6a2e08778a3 (diff)
clk: qcom: Add video clock controller driver for SDM845
Add support for the video clock controller found on SDM845 based devices. This would allow video drivers to probe and control their clocks. Signed-off-by: Amit Nischal <anischal@codeaurora.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/Makefile')
-rw-r--r--drivers/clk/qcom/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Makefile b/drivers/clk/qcom/Makefile
index 82070e01e584..69d9428731f8 100644
--- a/drivers/clk/qcom/Makefile
+++ b/drivers/clk/qcom/Makefile
@@ -38,4 +38,5 @@ obj-$(CONFIG_QCOM_CLK_APCS_MSM8916) += apcs-msm8916.o
obj-$(CONFIG_QCOM_CLK_RPM) += clk-rpm.o
obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_SDM_GCC_845) += gcc-sdm845.o
+obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o