diff options
author | Taniya Das <tdas@codeaurora.org> | 2019-12-27 09:38:31 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-01-05 10:25:00 +0300 |
commit | 745ff069a49c52d323c98672fc92c312aee62dd9 (patch) | |
tree | 31dfca4325890675d85172126c1dd321c7f1f34d /drivers/clk/qcom/Makefile | |
parent | 468e727d18cb3e8b8d817d8bb12cb897ae948bd2 (diff) | |
download | linux-745ff069a49c52d323c98672fc92c312aee62dd9.tar.xz |
clk: qcom: Add graphics clock controller driver for SC7180
Add support for the graphics clock controller found on SC7180
based devices. This would allow graphics drivers to probe and
control their clocks.
Signed-off-by: Taniya Das <tdas@codeaurora.org>
Link: https://lkml.kernel.org/r/1577428714-17766-4-git-send-email-tdas@codeaurora.org
Signed-off-by: Stephen Boyd <sboyd@kernel.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 843256179dfe..36e8dfeb8720 100644 --- a/drivers/clk/qcom/Makefile +++ b/drivers/clk/qcom/Makefile @@ -48,6 +48,7 @@ obj-$(CONFIG_QCS_Q6SSTOP_404) += q6sstop-qcs404.o obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o obj-$(CONFIG_SC_DISPCC_7180) += dispcc-sc7180.o obj-$(CONFIG_SC_GCC_7180) += gcc-sc7180.o +obj-$(CONFIG_SC_GPUCC_7180) += gpucc-sc7180.o obj-$(CONFIG_SDM_CAMCC_845) += camcc-sdm845.o obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o obj-$(CONFIG_SDM_GCC_660) += gcc-sdm660.o |