diff options
author | Taniya Das <quic_tdas@quicinc.com> | 2023-05-24 16:06:55 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-05-25 06:47:16 +0200 |
commit | 441fe711be3842552e32fe884bd9f47f170892cb (patch) | |
tree | 71a72553ec267bba51347c3710eb1c8b7a092bb9 /drivers/clk/qcom/Makefile | |
parent | Merge branch '20230524140656.7076-2-quic_tdas@quicinc.com' into HEAD (diff) | |
download | linux-441fe711be3842552e32fe884bd9f47f170892cb.tar.xz linux-441fe711be3842552e32fe884bd9f47f170892cb.zip |
clk: qcom: videocc-sm8450: Add video clock controller driver for SM8450
Add support for the video clock controller driver for peripheral clock
clients to be able to request for video cc clocks.
Signed-off-by: Taniya Das <quic_tdas@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230524140656.7076-3-quic_tdas@quicinc.com
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 79405b19b85d..8890febfa25e 100644 --- a/drivers/clk/qcom/Makefile +++ b/drivers/clk/qcom/Makefile @@ -128,6 +128,7 @@ obj-$(CONFIG_SM_TCSRCC_8550) += tcsrcc-sm8550.o obj-$(CONFIG_SM_VIDEOCC_8150) += videocc-sm8150.o obj-$(CONFIG_SM_VIDEOCC_8250) += videocc-sm8250.o obj-$(CONFIG_SM_VIDEOCC_8350) += videocc-sm8350.o +obj-$(CONFIG_SM_VIDEOCC_8450) += videocc-sm8450.o obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o obj-$(CONFIG_KPSS_XCC) += kpss-xcc.o obj-$(CONFIG_QCOM_HFPLL) += hfpll.o |