Skip to content

Commit 5d66ca7

Browse files
fltobebarino
authored andcommitted
clk: qcom: Add camera clock controller driver for SM8250
Add support for the camera clock controller found on SM8250. Based on the downstream driver. Signed-off-by: Jonathan Marek <[email protected]> Reviewed-by: Robert Foss <[email protected]> Link: https://lore.kernel.org/r/[email protected] [[email protected]: Add UL to avoid decimal problems] Signed-off-by: Stephen Boyd <[email protected]>
1 parent a3b82fa commit 5d66ca7

File tree

3 files changed

+2464
-0
lines changed

3 files changed

+2464
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,13 @@ config SDX_GCC_55
490490
Say Y if you want to use peripheral devices such as UART,
491491
SPI, I2C, USB, SD/UFS, PCIe etc.
492492

493+
config SM_CAMCC_8250
494+
tristate "SM8250 Camera Clock Controller"
495+
select SM_GCC_8250
496+
help
497+
Support for the camera clock controller on SM8250 devices.
498+
Say Y if you want to support camera devices and camera functionality.
499+
493500
config SM_DISPCC_8250
494501
tristate "SM8150 and SM8250 Display Clock Controller"
495502
depends on SM_GCC_8150 || SM_GCC_8250

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ obj-$(CONFIG_SDM_GPUCC_845) += gpucc-sdm845.o
7474
obj-$(CONFIG_SDM_LPASSCC_845) += lpasscc-sdm845.o
7575
obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
7676
obj-$(CONFIG_SDX_GCC_55) += gcc-sdx55.o
77+
obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
7778
obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o
7879
obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o
7980
obj-$(CONFIG_SM_GCC_8150) += gcc-sm8150.o

0 commit comments

Comments
 (0)