diff options
author | Taniya Das <tdas@codeaurora.org> | 2020-03-19 11:05:31 +0530 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-03-20 16:28:05 -0700 |
commit | 8def929c4097d9014c37d6a3649b21d38ad607d7 (patch) | |
tree | 251c237300bf2d9a662dcf8e98b85061c1231e53 /drivers/clk/qcom/Makefile | |
parent | 253a0af508e0ca80bd767e541421a7a7998a3e1e (diff) | |
download | lwn-8def929c4097d9014c37d6a3649b21d38ad607d7.tar.gz lwn-8def929c4097d9014c37d6a3649b21d38ad607d7.zip |
clk: qcom: Add modem clock controller driver for SC7180
Add support for the modem clock controller found on SC7180
based devices. This would allow modem drivers to probe and
control their clocks.
Signed-off-by: Taniya Das <tdas@codeaurora.org>
Link: https://lkml.kernel.org/r/1584596131-22741-4-git-send-email-tdas@codeaurora.org
Tested-by: Sibi Sankar <sibis@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 bd6556b829c0..691efbf7e81f 100644 --- a/drivers/clk/qcom/Makefile +++ b/drivers/clk/qcom/Makefile @@ -50,6 +50,7 @@ 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_SC_MSS_7180) += mss-sc7180.o obj-$(CONFIG_SC_VIDEOCC_7180) += videocc-sc7180.o obj-$(CONFIG_SDM_CAMCC_845) += camcc-sdm845.o obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o |