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

Commit e1c878d2 authored by Odelu Kukatla's avatar Odelu Kukatla
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: I9fdfd9b0f4411dc87e6dec1ca95ebb69ee621db0
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent cecc0b27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ Qualcomm Technologies, Inc. Camera Clock & Reset Controller Binding

Required properties :
- compatible : must contain "qcom,camcc-sm8150", "qcom,camcc-sm8150-v2"
	       or "qcom,camcc-sdmshrike".
	       or "qcom,camcc-sdmshrike" or "qcom,camcc-sm6150".
- reg : shall contain base register location and length.
- reg-names: names of registers listed in the same order as in
	     the reg property.
+9 −0
Original line number Diff line number Diff line
@@ -376,3 +376,12 @@ config MSM_DEBUGCC_SM6150
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  SM6150 devices.
	  Say Y if you want to support the clock measurement functionality.

config MSM_CAMCC_SM6150
	tristate "SM6150 Cameira Clock Controller"
	depends on COMMON_CLK_QCOM
	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.
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ obj-$(CONFIG_IPQ_LCC_806X) += lcc-ipq806x.o
obj-$(CONFIG_MDM_GCC_9615) += gcc-mdm9615.o
obj-$(CONFIG_MDM_GCC_QCS405) += gcc-qcs405.o
obj-$(CONFIG_MDM_LCC_9615) += lcc-mdm9615.o
obj-$(CONFIG_MSM_CAMCC_SM6150) += camcc-sm6150.o
obj-$(CONFIG_MSM_CAMCC_SM8150) += camcc-sm8150.o
obj-$(CONFIG_MSM_CAMCC_SDMSHRIKE) += camcc-sdmshrike.o
obj-$(CONFIG_MSM_CLK_AOP_QMP) += clk-aop-qmp.o