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

Commit 91dde1f2 authored by Veera Vegivada's avatar Veera Vegivada
Browse files

clk: qcom: Add the Camera clock driver for SCSHRIKE



Add the camera clock definitions and driver support for SCSHRIKE.

Change-Id: I006e51c7b04f028682ba363dbacab6955f91f23b
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent f2050066
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -620,4 +620,13 @@ config SC_GCC_SHRIKE
	  Say Y if you want to use peripheral devices such as UART,
	  SPI, I2C, USB, SD/UFS, PCIe etc.

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

endif
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ obj-$(CONFIG_QCOM_CLK_RPMH) += clk-rpmh.o
obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_QCS_GCC_404) += gcc-qcs404.o
obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o
obj-$(CONFIG_SC_CAMCC_SHRIKE) += camcc-scshrike.o
obj-$(CONFIG_SC_GCC_SHRIKE) += gcc-scshrike.o
obj-$(CONFIG_SDM_CAMCC_845) += camcc-sdm845.o
obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o
+3353 −0

File added.

Preview size limit exceeded, changes collapsed.