Skip to content

Commit a4ceaf4

Browse files
taniyadas20andersson
authored andcommitted
clk: qcom: Add support for VideoCC driver for Kaanapali
Enable Kaanapali video clock driver for video SW to be able to control the clocks from the Video SW driver. Signed-off-by: Taniya Das <taniya.das@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260107-kaanapali-mmcc-v3-v3-10-8e10adc236a8@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 92aae35 commit a4ceaf4

3 files changed

Lines changed: 831 additions & 0 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,15 @@ config CLK_KAANAPALI_TCSRCC
8383
Support for the TCSR clock controller on Kaanapali devices.
8484
Say Y if you want to use peripheral devices such as PCIe, USB, UFS.
8585

86+
config CLK_KAANAPALI_VIDEOCC
87+
tristate "Kaanapali Video Clock Controller"
88+
depends on ARM64 || COMPILE_TEST
89+
select CLK_KAANAPALI_GCC
90+
help
91+
Support for the video clock controller on Kaanapali devices.
92+
Say Y if you want to support video devices and functionality such as
93+
video encode/decode.
94+
8695
config CLK_X1E80100_CAMCC
8796
tristate "X1E80100 Camera Clock Controller"
8897
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ obj-$(CONFIG_CLK_KAANAPALI_CAMCC) += cambistmclkcc-kaanapali.o camcc-kaanapali.o
2828
obj-$(CONFIG_CLK_KAANAPALI_DISPCC) += dispcc-kaanapali.o
2929
obj-$(CONFIG_CLK_KAANAPALI_GCC) += gcc-kaanapali.o
3030
obj-$(CONFIG_CLK_KAANAPALI_TCSRCC) += tcsrcc-kaanapali.o
31+
obj-$(CONFIG_CLK_KAANAPALI_VIDEOCC) += videocc-kaanapali.o
3132
obj-$(CONFIG_CLK_X1E80100_CAMCC) += camcc-x1e80100.o
3233
obj-$(CONFIG_CLK_X1E80100_DISPCC) += dispcc-x1e80100.o
3334
obj-$(CONFIG_CLK_X1E80100_GCC) += gcc-x1e80100.o

0 commit comments

Comments
 (0)