Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01c4b258 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: camcc: Add support for CAMCC clock driver for LITO



Camera clock controller driver for the camera clients to be able to control
clocks.

Change-Id: Iff19ea910c23a84bf22b63ee7e8a2e2225a62be7
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 364475ab
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -366,3 +366,12 @@ config SM_VIDEOCC_LITO
	  LITO devices.
	  Say Y if you want to support video devices and functionality such as
	  video encode/decode.

config SM_CAMCC_LITO
	tristate "LITO Camera Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the camera clock controller on Qualcomm Technologies, Inc.
	  LITO devices.
	  Say Y if you want to support camera devices and functionality such as
	  capturing pictures.
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o
obj-$(CONFIG_SDM_GCC_845) += gcc-sdm845.o
obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
obj-$(CONFIG_SM_CAMCC_LITO) += camcc-lito.o
obj-$(CONFIG_SM_GCC_LITO) += gcc-lito.o
obj-$(CONFIG_SM_VIDEOCC_LITO) += videocc-lito.o
obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o
+2377 −0

File added.

Preview size limit exceeded, changes collapsed.