mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
clk: qcom: Add Camera Clock Controller driver for SM7150
Add support for the camera clock controller found on SM7150. Signed-off-by: Danila Tikhonov <danila@jiaxyga.com> Link: https://lore.kernel.org/r/20240505201038.276047-7-danila@jiaxyga.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
0fd2a04836
commit
9f0532da42
|
|
@ -803,6 +803,14 @@ config SM_CAMCC_6350
|
||||||
Support for the camera clock controller on SM6350 devices.
|
Support for the camera clock controller on SM6350 devices.
|
||||||
Say Y if you want to support camera devices and camera functionality.
|
Say Y if you want to support camera devices and camera functionality.
|
||||||
|
|
||||||
|
config SM_CAMCC_7150
|
||||||
|
tristate "SM7150 Camera Clock Controller"
|
||||||
|
depends on ARM64 || COMPILE_TEST
|
||||||
|
select SM_GCC_7150
|
||||||
|
help
|
||||||
|
Support for the camera clock controller on SM7150 devices.
|
||||||
|
Say Y if you want to support camera devices and camera functionality.
|
||||||
|
|
||||||
config SM_CAMCC_8250
|
config SM_CAMCC_8250
|
||||||
tristate "SM8250 Camera Clock Controller"
|
tristate "SM8250 Camera Clock Controller"
|
||||||
depends on ARM64 || COMPILE_TEST
|
depends on ARM64 || COMPILE_TEST
|
||||||
|
|
|
||||||
|
|
@ -106,6 +106,7 @@ obj-$(CONFIG_SDX_GCC_55) += gcc-sdx55.o
|
||||||
obj-$(CONFIG_SDX_GCC_65) += gcc-sdx65.o
|
obj-$(CONFIG_SDX_GCC_65) += gcc-sdx65.o
|
||||||
obj-$(CONFIG_SDX_GCC_75) += gcc-sdx75.o
|
obj-$(CONFIG_SDX_GCC_75) += gcc-sdx75.o
|
||||||
obj-$(CONFIG_SM_CAMCC_6350) += camcc-sm6350.o
|
obj-$(CONFIG_SM_CAMCC_6350) += camcc-sm6350.o
|
||||||
|
obj-$(CONFIG_SM_CAMCC_7150) += camcc-sm7150.o
|
||||||
obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
|
obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
|
||||||
obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o
|
obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o
|
||||||
obj-$(CONFIG_SM_CAMCC_8550) += camcc-sm8550.o
|
obj-$(CONFIG_SM_CAMCC_8550) += camcc-sm8550.o
|
||||||
|
|
|
||||||
2061
drivers/clk/qcom/camcc-sm7150.c
Normal file
2061
drivers/clk/qcom/camcc-sm7150.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user