clk: qcom: Add cam cc clock driver for Waipio

Add camera clock driver to support camera peripheral
clocks.

Change-Id: I7c6a9664a964626f8722c9216eeb68ad99a8eca7
Signed-off-by: Naveen Yadav <naveenky@codeaurora.org>
This commit is contained in:
Naveen Yadav 2020-08-26 18:48:40 +05:30 committed by Gerrit - the friendly Code Review server
parent 832e170a2d
commit 7a0536a8fb
3 changed files with 3180 additions and 0 deletions

View File

@ -603,4 +603,13 @@ config MSM_DEBUGCC_WAIPIO
Say Y if you want to support the debug clocks such as
clock measurement functionality.
config MSM_CAMCC_WAIPIO
tristate "WAIPIO Camera Clock Controller"
depends on COMMON_CLK_QCOM
help
Support for the camera clock controller on Qualcomm Technologies, Inc.
WAIPIO devices.
Say Y if you want to support camera devices and functionality such as
capturing pictures.
endif

View File

@ -32,6 +32,7 @@ obj-$(CONFIG_IPQ_GCC_8074) += gcc-ipq8074.o
obj-$(CONFIG_IPQ_LCC_806X) += lcc-ipq806x.o
obj-$(CONFIG_MDM_GCC_9615) += gcc-mdm9615.o
obj-$(CONFIG_MDM_LCC_9615) += lcc-mdm9615.o
obj-$(CONFIG_MSM_CAMCC_WAIPIO) += camcc-waipio.o
obj-$(CONFIG_MSM_CLK_AOP_QMP) += clk-aop-qmp.o
obj-$(CONFIG_MSM_DEBUGCC_LAHAINA) += debugcc-lahaina.o
obj-$(CONFIG_MSM_DISPCC_LAHAINA) += dispcc-lahaina.o

File diff suppressed because it is too large Load Diff