Skip to content

Commit ccc4e6a

Browse files
Jagadeesh Konaandersson
authored andcommitted
clk: qcom: camcc-sm8550: Add camera clock controller driver for SM8550
Add support for the camera clock controller for camera clients to be able to request for camcc clocks on SM8550 platform. Co-developed-by: Taniya Das <quic_tdas@quicinc.com> Signed-off-by: Taniya Das <quic_tdas@quicinc.com> Signed-off-by: Jagadeesh Kona <quic_jkona@quicinc.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230707035744.22245-4-quic_jkona@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 3132a9a commit ccc4e6a

3 files changed

Lines changed: 3391 additions & 0 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,13 @@ config SM_CAMCC_8450
764764
Support for the camera clock controller on SM8450 devices.
765765
Say Y if you want to support camera devices and camera functionality.
766766

767+
config SM_CAMCC_8550
768+
tristate "SM8550 Camera Clock Controller"
769+
select SM_GCC_8550
770+
help
771+
Support for the camera clock controller on SM8550 devices.
772+
Say Y if you want to support camera devices and camera functionality.
773+
767774
config SM_DISPCC_6115
768775
tristate "SM6115 Display Clock Controller"
769776
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ obj-$(CONFIG_SDX_GCC_75) += gcc-sdx75.o
102102
obj-$(CONFIG_SM_CAMCC_6350) += camcc-sm6350.o
103103
obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
104104
obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o
105+
obj-$(CONFIG_SM_CAMCC_8550) += camcc-sm8550.o
105106
obj-$(CONFIG_SM_DISPCC_6115) += dispcc-sm6115.o
106107
obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
107108
obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o

0 commit comments

Comments
 (0)