Commit ef404007 authored by Ajit Pandey's avatar Ajit Pandey Committed by Bjorn Andersson
Browse files

clk: qcom: Add CAMCC driver support for SM4450



Add Camera Clock Controller (CAMCC) support for SM4450 platform.

Signed-off-by: default avatarAjit Pandey <quic_ajipan@quicinc.com>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240611133752.2192401-6-quic_ajipan@quicinc.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 76f05f1e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -810,6 +810,14 @@ config SDX_GCC_75
	  Say Y if you want to use peripheral devices such as UART,
	  SPI, I2C, USB, SD/eMMC, PCIe etc.

config SM_CAMCC_4450
	tristate "SM4450 Camera Clock Controller"
	depends on ARM64 || COMPILE_TEST
	select SM_GCC_4450
	help
	  Support for the camera clock controller on SM4450 devices.
	  Say Y if you want to support camera devices and camera functionality.

config SM_CAMCC_6350
	tristate "SM6350 Camera Clock Controller"
	depends on ARM64 || COMPILE_TEST
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
obj-$(CONFIG_SDX_GCC_55) += gcc-sdx55.o
obj-$(CONFIG_SDX_GCC_65) += gcc-sdx65.o
obj-$(CONFIG_SDX_GCC_75) += gcc-sdx75.o
obj-$(CONFIG_SM_CAMCC_4450) += camcc-sm4450.o
obj-$(CONFIG_SM_CAMCC_6350) += camcc-sm6350.o
obj-$(CONFIG_SM_CAMCC_7150) += camcc-sm7150.o
obj-$(CONFIG_SM_CAMCC_8150) += camcc-sm8150.o
+1688 −0

File added.

Preview size limit exceeded, changes collapsed.