clk: qcom: Add the camera clock driver for KONA
Add the peripheral camera clock driver support for KONA. Change-Id: Ieb2796c6ff40f7917e3243570a25eb5382396b55 Signed-off-by: Vivek Aknurwar <viveka@codeaurora.org>
This commit is contained in:
parent
68b1b9d526
commit
13f862ee27
3 changed files with 2631 additions and 0 deletions
drivers/clk/qcom
|
@ -312,3 +312,12 @@ config MSM_DISPCC_KONA
|
|||
Kona devices.
|
||||
Say Y if you want to support display devices and functionality such as
|
||||
splash screen.
|
||||
|
||||
config MSM_CAMCC_KONA
|
||||
tristate "KONA Camera Clock Controller"
|
||||
depends on COMMON_CLK_QCOM
|
||||
help
|
||||
Support for the camera clock controller on Qualcomm Technologies, Inc.
|
||||
KONA devices.
|
||||
Say Y if you want to support camera devices and functionality such as
|
||||
capturing pictures.
|
||||
|
|
|
@ -23,6 +23,7 @@ obj-$(CONFIG_IPQ_GCC_4019) += gcc-ipq4019.o
|
|||
obj-$(CONFIG_IPQ_GCC_806X) += gcc-ipq806x.o
|
||||
obj-$(CONFIG_IPQ_GCC_8074) += gcc-ipq8074.o
|
||||
obj-$(CONFIG_IPQ_LCC_806X) += lcc-ipq806x.o
|
||||
obj-$(CONFIG_MSM_CAMCC_KONA) += camcc-kona.o
|
||||
obj-$(CONFIG_MDM_GCC_9615) += gcc-mdm9615.o
|
||||
obj-$(CONFIG_MDM_LCC_9615) += lcc-mdm9615.o
|
||||
obj-$(CONFIG_MSM_CLK_AOP_QMP) += clk-aop-qmp.o
|
||||
|
|
2621
drivers/clk/qcom/camcc-kona.c
Normal file
2621
drivers/clk/qcom/camcc-kona.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue