Skip to content

Commit 1daec8c

Browse files
Taniya Dasbebarino
authored andcommitted
clk: qcom: camcc: Add camera clock controller driver for SC7280
Add support for the camera clock controller found on SC7280 based devices. This would allow camera drivers to probe and control their clocks. Signed-off-by: Taniya Das <[email protected]> Link: https://lore.kernel.org/r/[email protected] [[email protected]: Make some VCOs unsigned long] Signed-off-by: Stephen Boyd <[email protected]>
1 parent a764e1e commit 1daec8c

File tree

3 files changed

+2494
-0
lines changed

3 files changed

+2494
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,15 @@ config SC_CAMCC_7180
348348
Say Y if you want to support camera devices and functionality such as
349349
capturing pictures.
350350

351+
config SC_CAMCC_7280
352+
tristate "SC7280 Camera Clock Controller"
353+
select SC_GCC_7280
354+
help
355+
Support for the camera clock controller on Qualcomm Technologies, Inc
356+
SC7280 devices.
357+
Say Y if you want to support camera devices and functionality such as
358+
capturing pictures.
359+
351360
config SC_DISPCC_7180
352361
tristate "SC7180 Display Clock Controller"
353362
select SC_GCC_7180

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ obj-$(CONFIG_QCS_GCC_404) += gcc-qcs404.o
5959
obj-$(CONFIG_QCS_Q6SSTOP_404) += q6sstop-qcs404.o
6060
obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o
6161
obj-$(CONFIG_SC_CAMCC_7180) += camcc-sc7180.o
62+
obj-$(CONFIG_SC_CAMCC_7280) += camcc-sc7280.o
6263
obj-$(CONFIG_SC_DISPCC_7180) += dispcc-sc7180.o
6364
obj-$(CONFIG_SC_DISPCC_7280) += dispcc-sc7280.o
6465
obj-$(CONFIG_SC_GCC_7180) += gcc-sc7180.o

0 commit comments

Comments
 (0)