Skip to content

Commit ef40400

Browse files
Ajit Pandeyandersson
authored andcommitted
clk: qcom: Add CAMCC driver support for SM4450
Add Camera Clock Controller (CAMCC) support for SM4450 platform. Signed-off-by: Ajit Pandey <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 76f05f1 commit ef40400

File tree

3 files changed

+1697
-0
lines changed

3 files changed

+1697
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,14 @@ config SDX_GCC_75
810810
Say Y if you want to use peripheral devices such as UART,
811811
SPI, I2C, USB, SD/eMMC, PCIe etc.
812812

813+
config SM_CAMCC_4450
814+
tristate "SM4450 Camera Clock Controller"
815+
depends on ARM64 || COMPILE_TEST
816+
select SM_GCC_4450
817+
help
818+
Support for the camera clock controller on SM4450 devices.
819+
Say Y if you want to support camera devices and camera functionality.
820+
813821
config SM_CAMCC_6350
814822
tristate "SM6350 Camera Clock Controller"
815823
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
107107
obj-$(CONFIG_SDX_GCC_55) += gcc-sdx55.o
108108
obj-$(CONFIG_SDX_GCC_65) += gcc-sdx65.o
109109
obj-$(CONFIG_SDX_GCC_75) += gcc-sdx75.o
110+
obj-$(CONFIG_SM_CAMCC_4450) += camcc-sm4450.o
110111
obj-$(CONFIG_SM_CAMCC_6350) += camcc-sm6350.o
111112
obj-$(CONFIG_SM_CAMCC_7150) += camcc-sm7150.o
112113
obj-$(CONFIG_SM_CAMCC_8150) += camcc-sm8150.o

0 commit comments

Comments
 (0)