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

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

clk: qcom: Add camera clock driver for SM6150



Add support for camera clock controller found on SM6150
based devices. This would allow camera device drivers
to probe and control their clocks.

Change-Id: Ic5b5e6e9363f0272e777c500028f876f3e79a7b8
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent 4081ddd9
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -692,6 +692,15 @@ config SM_GCC_6150
	  Say Y if you want to use peripheral devices such as UART, SPI, I2C,
	  USB, UFS, SD/eMMC, PCIe, etc.

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

endif

config VIRTIO_CLK
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ obj-$(CONFIG_SDX_DEBUGCC_LEMUR) += debugcc-sdxlemur.o
obj-$(CONFIG_SDX_DEBUGCC_NIGHTJAR) += debugcc-sdxnightjar.o
obj-$(CONFIG_SDX_GCC_LEMUR) += gcc-sdxlemur.o
obj-$(CONFIG_SDX_GCC_NIGHTJAR) += gcc-sdxnightjar.o
obj-$(CONFIG_SM_CAMCC_6150) += camcc-sm6150.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
+1790 −0

File added.

Preview size limit exceeded, changes collapsed.