Skip to content

Commit 6082037

Browse files
Vladimir Zapolskiyandersson
authored andcommitted
clk: qcom: add camera clock controller driver for SM8450 SoC
Add camera clock controller driver found on Qualcomm SM8450 SoC. Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220701062744.2757931-1-vladimir.zapolskiy@linaro.org
1 parent bbc7801 commit 6082037

3 files changed

Lines changed: 2864 additions & 0 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,13 @@ config SM_CAMCC_8250
609609
Support for the camera clock controller on SM8250 devices.
610610
Say Y if you want to support camera devices and camera functionality.
611611

612+
config SM_CAMCC_8450
613+
tristate "SM8450 Camera Clock Controller"
614+
select SM_GCC_8450
615+
help
616+
Support for the camera clock controller on SM8450 devices.
617+
Say Y if you want to support camera devices and camera functionality.
618+
612619
config SM_DISPCC_6125
613620
tristate "SM6125 Display Clock Controller"
614621
depends on SM_GCC_6125

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
8989
obj-$(CONFIG_SDX_GCC_55) += gcc-sdx55.o
9090
obj-$(CONFIG_SDX_GCC_65) += gcc-sdx65.o
9191
obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
92+
obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o
9293
obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
9394
obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o
9495
obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o

0 commit comments

Comments
 (0)