diff options
author | Jonathan Marek <jonathan@marek.ca> | 2020-09-23 18:06:31 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-10-14 03:05:04 +0200 |
commit | 0e94711a1f29eb9ff7e2a86c096c1a2906dfcdba (patch) | |
tree | bdf429059b478d7c385f29721d05d787d0ba5814 /drivers/clk/qcom/Makefile | |
parent | clk: qcom: add video clock controller driver for SM8150 (diff) | |
download | linux-0e94711a1f29eb9ff7e2a86c096c1a2906dfcdba.tar.xz linux-0e94711a1f29eb9ff7e2a86c096c1a2906dfcdba.zip |
clk: qcom: add video clock controller driver for SM8250
Add support for the video clock controller found on SM8250 based devices.
Derived from the downstream driver.
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Link: https://lore.kernel.org/r/20200923160635.28370-6-jonathan@marek.ca
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 6f4c580d2728..55fb20800b66 100644 --- a/drivers/clk/qcom/Makefile +++ b/drivers/clk/qcom/Makefile @@ -69,6 +69,7 @@ obj-$(CONFIG_SM_GCC_8250) += gcc-sm8250.o obj-$(CONFIG_SM_GPUCC_8150) += gpucc-sm8150.o obj-$(CONFIG_SM_GPUCC_8250) += gpucc-sm8250.o obj-$(CONFIG_SM_VIDEOCC_8150) += videocc-sm8150.o +obj-$(CONFIG_SM_VIDEOCC_8250) += videocc-sm8250.o obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o obj-$(CONFIG_KPSS_XCC) += kpss-xcc.o obj-$(CONFIG_QCOM_HFPLL) += hfpll.o |