Skip to content

Commit f003800

Browse files
lweiss-fairphoneandersson
authored andcommitted
clk: qcom: Add Camera Clock controller (CAMCC) driver for Milos
Add support for the camera clock controller found on Milos (e.g. SM7635) based devices. Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Luca Weiss <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent dbb9d53 commit f003800

File tree

3 files changed

+2170
-0
lines changed

3 files changed

+2170
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,14 @@ config SM_CAMCC_7150
969969
Support for the camera clock controller on SM7150 devices.
970970
Say Y if you want to support camera devices and camera functionality.
971971

972+
config SM_CAMCC_MILOS
973+
tristate "Milos Camera Clock Controller"
974+
depends on ARM64 || COMPILE_TEST
975+
select SM_GCC_MILOS
976+
help
977+
Support for the camera clock controller on Milos devices.
978+
Say Y if you want to support camera devices and camera functionality.
979+
972980
config SM_CAMCC_8150
973981
tristate "SM8150 Camera Clock Controller"
974982
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
131131
obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o
132132
obj-$(CONFIG_SM_CAMCC_8550) += camcc-sm8550.o
133133
obj-$(CONFIG_SM_CAMCC_8650) += camcc-sm8650.o
134+
obj-$(CONFIG_SM_CAMCC_MILOS) += camcc-milos.o
134135
obj-$(CONFIG_SM_DISPCC_4450) += dispcc-sm4450.o
135136
obj-$(CONFIG_SM_DISPCC_6115) += dispcc-sm6115.o
136137
obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o

0 commit comments

Comments
 (0)