aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/Makefile
diff options
context:
space:
mode:
authorAmit Nischal <anischal@codeaurora.org>2018-11-25 10:06:08 +0530
committerStephen Boyd <sboyd@kernel.org>2018-11-27 16:54:04 -0800
commit453361cdd757a01a2955dbc7480bc7706e09bd86 (patch)
tree22755dd69d5853042e46c41e5ee2a1f4ee13f2ad /drivers/clk/qcom/Makefile
parentdt-bindings: clock: Introduce QCOM Graphics clock bindings (diff)
downloadlinux-dev-453361cdd757a01a2955dbc7480bc7706e09bd86.tar.xz
linux-dev-453361cdd757a01a2955dbc7480bc7706e09bd86.zip
clk: qcom: Add graphics clock controller driver for SDM845
Add support for the graphics clock controller found on SDM845 based devices. This would allow graphics drivers to probe and control their clocks. Signed-off-by: Amit Nischal <anischal@codeaurora.org> Signed-off-by: Taniya Das <tdas@codeaurora.org> [sboyd@kernel.org: Collapse return in probe into less lines] 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 981882e16189..6ed28272e176 100644
--- a/drivers/clk/qcom/Makefile
+++ b/drivers/clk/qcom/Makefile
@@ -46,6 +46,7 @@ obj-$(CONFIG_SDM_CAMCC_845) += camcc-sdm845.o
obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o
obj-$(CONFIG_SDM_GCC_660) += gcc-sdm660.o
obj-$(CONFIG_SDM_GCC_845) += gcc-sdm845.o
+obj-$(CONFIG_SDM_GPUCC_845) += gpucc-sdm845.o
obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o
obj-$(CONFIG_KPSS_XCC) += kpss-xcc.o