Skip to content

Commit 633a81b

Browse files
lweiss-fairphoneandersson
authored andcommitted
clk: qcom: Add Video Clock controller (VIDEOCC) driver for Milos
Add support for the video clock controller found on Milos (e.g. SM7635) based devices. Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Luca Weiss <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent a4937e9 commit 633a81b

File tree

3 files changed

+415
-0
lines changed

3 files changed

+415
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,6 +1429,17 @@ config SM_VIDEOCC_7150
14291429
Say Y if you want to support video devices and functionality such as
14301430
video encode and decode.
14311431

1432+
config SM_VIDEOCC_MILOS
1433+
tristate "Milos Video Clock Controller"
1434+
depends on ARM64 || COMPILE_TEST
1435+
select SM_GCC_MILOS
1436+
select QCOM_GDSC
1437+
help
1438+
Support for the video clock controller on Qualcomm Technologies, Inc.
1439+
Milos devices.
1440+
Say Y if you want to support video devices and functionality such as
1441+
video encode/decode.
1442+
14321443
config SM_VIDEOCC_8150
14331444
tristate "SM8150 Video Clock Controller"
14341445
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ obj-$(CONFIG_SM_VIDEOCC_8250) += videocc-sm8250.o
180180
obj-$(CONFIG_SM_VIDEOCC_8350) += videocc-sm8350.o
181181
obj-$(CONFIG_SM_VIDEOCC_8450) += videocc-sm8450.o
182182
obj-$(CONFIG_SM_VIDEOCC_8550) += videocc-sm8550.o
183+
obj-$(CONFIG_SM_VIDEOCC_MILOS) += videocc-milos.o
183184
obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o
184185
obj-$(CONFIG_KPSS_XCC) += kpss-xcc.o
185186
obj-$(CONFIG_QCOM_HFPLL) += hfpll.o

0 commit comments

Comments
 (0)