Skip to content

Commit a160860

Browse files
taniyadas20andersson
authored andcommitted
clk: qcom: videocc-sm8750: Add video clock controller driver for SM8750
Add support for the video clock controller for video clients to be able to request for videocc clocks on SM8750 platform. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Taniya Das <taniya.das@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Imran Shaik <imran.shaik@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251118-sm8750-videocc-v2-v4-5-049882a70c9f@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent b190eae commit a160860

3 files changed

Lines changed: 475 additions & 0 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,6 +1531,17 @@ config SM_VIDEOCC_8550
15311531
Say Y if you want to support video devices and functionality such as
15321532
video encode/decode.
15331533

1534+
config SM_VIDEOCC_8750
1535+
tristate "SM8750 Video Clock Controller"
1536+
depends on ARM64 || COMPILE_TEST
1537+
select SM_GCC_8750
1538+
select QCOM_GDSC
1539+
help
1540+
Support for the video clock controller on Qualcomm Technologies, Inc.
1541+
SM8750 devices.
1542+
Say Y if you want to support video devices and functionality such as
1543+
video encode/decode.
1544+
15341545
config SPMI_PMIC_CLKDIV
15351546
tristate "SPMI PMIC clkdiv Support"
15361547
depends on SPMI || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ obj-$(CONFIG_SM_VIDEOCC_8250) += videocc-sm8250.o
185185
obj-$(CONFIG_SM_VIDEOCC_8350) += videocc-sm8350.o
186186
obj-$(CONFIG_SM_VIDEOCC_8450) += videocc-sm8450.o
187187
obj-$(CONFIG_SM_VIDEOCC_8550) += videocc-sm8550.o
188+
obj-$(CONFIG_SM_VIDEOCC_8750) += videocc-sm8750.o
188189
obj-$(CONFIG_SM_VIDEOCC_MILOS) += videocc-milos.o
189190
obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o
190191
obj-$(CONFIG_KPSS_XCC) += kpss-xcc.o

0 commit comments

Comments
 (0)