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

Commit f10d72b6 authored by Odelu Kukatla's avatar Odelu Kukatla Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Add camera clock driver for ATOLL



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

Change-Id: I9dc7f969d052d77374cc02e064c9cba63b8beb20
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 1642bff4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@ Required properties :
		"qcom,camcc-sdmshrike",
		"qcom,camcc-sm6150",
		"qcom,camcc-sdmmagpie",
		"qcom,camcc-sa6155".
		"qcom,camcc-sa6155",
		"qcom,atoll-camcc".
- 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
@@ -578,3 +578,12 @@ config SM_GCC_ATOLL
	  ATOLL devices.
	  Say Y if you want to use peripheral devices such as UART, SPI, I2C,
	  USB, UFS, SD/eMMC, PCIe, etc.

config SM_CAMCC_ATOLL
	tristate "ATOLL Camera Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the camera clock controller on Qualcomm Technologies, Inc
	  ATOLL 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
@@ -72,6 +72,7 @@ obj-$(CONFIG_QCOM_CLK_RPM) += clk-rpm.o
obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_QCOM_CLK_VIRT) += clk-virt.o clk-virt-sm8150.o clk-virt-sm6150.o
obj-$(CONFIG_QCS_CMN_BLK_PLL) += cmn-blk-pll.o
obj-$(CONFIG_SM_CAMCC_ATOLL) += camcc-atoll.o
obj-$(CONFIG_SM_DEBUGCC_TRINKET) += debugcc-trinket.o
obj-$(CONFIG_SM_DISPCC_TRINKET) += dispcc-trinket.o
obj-$(CONFIG_SM_GCC_ATOLL) += gcc-atoll.o