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

Commit d3bd94fa authored by Jagadeesh Kona's avatar Jagadeesh Kona
Browse files

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



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

Change-Id: Idf65246d08e0228bc92b415ce57945ba7d708433
Signed-off-by: default avatarJagadeesh Kona <jkona@codeaurora.org>
parent eda8988c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -656,4 +656,13 @@ config SM_VIDEOCC_YUPIK
	  Say Y if you want to support video devices and functionality such as
	  video encode/decode.

config SM_CAMCC_YUPIK
	tristate "YUPIK Camera Clock Controller"
	select SM_GCC_YUPIK
	help
	  Support for the camera clock controller on Qualcomm Technologies, Inc.
	  YUPIK 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
@@ -73,6 +73,7 @@ obj-$(CONFIG_SDX_GCC_LEMUR) += gcc-sdxlemur.o
obj-$(CONFIG_SDX_GCC_NIGHTJAR) += gcc-sdxnightjar.o
obj-$(CONFIG_SM_CAMCC_8150) += camcc-sm8150.o
obj-$(CONFIG_SM_CAMCC_SHIMA) += camcc-shima.o
obj-$(CONFIG_SM_CAMCC_YUPIK) += camcc-yupik.o
obj-$(CONFIG_SM_DEBUGCC_8150) += debugcc-sm8150.o
obj-$(CONFIG_SM_DEBUGCC_HOLI) += debugcc-holi.o
obj-$(CONFIG_SM_DEBUGCC_SHIMA) += debugcc-shima.o
+2805 −0

File added.

Preview size limit exceeded, changes collapsed.