Skip to content

Commit 09ea421

Browse files
Jagadeesh Konaandersson
authored andcommitted
clk: qcom: camcc-sm8650: Add SM8650 camera clock controller driver
Add support for the camera clock controller for camera clients to be able to request for camcc clocks on SM8650 platform. Signed-off-by: Jagadeesh Kona <[email protected]> Reviewed-by: Bryan O'Donoghue <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Vladimir Zapolskiy <[email protected]> Tested-by: Vladimir Zapolskiy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 1ae3f05 commit 09ea421

File tree

3 files changed

+3600
-0
lines changed

3 files changed

+3600
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,14 @@ config SM_CAMCC_8550
827827
Support for the camera clock controller on SM8550 devices.
828828
Say Y if you want to support camera devices and camera functionality.
829829

830+
config SM_CAMCC_8650
831+
tristate "SM8650 Camera Clock Controller"
832+
depends on ARM64 || COMPILE_TEST
833+
select SM_GCC_8650
834+
help
835+
Support for the camera clock controller on SM8650 devices.
836+
Say Y if you want to support camera devices and camera functionality.
837+
830838
config SM_DISPCC_6115
831839
tristate "SM6115 Display Clock Controller"
832840
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ obj-$(CONFIG_SM_CAMCC_6350) += camcc-sm6350.o
109109
obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
110110
obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o
111111
obj-$(CONFIG_SM_CAMCC_8550) += camcc-sm8550.o
112+
obj-$(CONFIG_SM_CAMCC_8650) += camcc-sm8650.o
112113
obj-$(CONFIG_SM_DISPCC_6115) += dispcc-sm6115.o
113114
obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
114115
obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o

0 commit comments

Comments
 (0)