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

Commit f9bc85cd authored by Veera Vegivada's avatar Veera Vegivada
Browse files

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



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

Change-Id: I1481428ce2a6c0285c087bf832ecc33ab875466a
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent dce3651a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -442,6 +442,15 @@ config SM_DEBUGCC_BENGAL
	  BENGAL devices.
	  Say Y if you want to support the clock measurement functionality.

config SDM_CAMCC_LAGOON
	tristate "LAGOON Camera Clock Controller"
	select SDM_GCC_LAGOON
	help
	  Support for the camera clock controller on Qualcomm Technologies, Inc.
	  LAGOON devices.
	  Say Y if you want to support camera devices and functionality such as
	  capturing pictures.

config SDM_GCC_LAGOON
	tristate "LAGOON Global Clock Controller"
	depends on COMMON_CLK_QCOM
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ obj-$(CONFIG_QCOM_CLK_APCS_MSM8916) += apcs-msm8916.o
obj-$(CONFIG_QCOM_CLK_RPM) += clk-rpm.o
obj-$(CONFIG_QCOM_CLK_RPMH) += clk-rpmh.o
obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_SDM_CAMCC_LAGOON) += camcc-lagoon.o
obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o
obj-$(CONFIG_SDM_GCC_845) += gcc-sdm845.o
obj-$(CONFIG_SDM_GCC_LAGOON) += gcc-lagoon.o
+2066 −0

File added.

Preview size limit exceeded, changes collapsed.