clk: qcom: Add the Camera clock driver for SCSHRIKE
Add the camera clock definitions and driver support for SCSHRIKE. Change-Id: I006e51c7b04f028682ba363dbacab6955f91f23b Signed-off-by: Veera Vegivada <vvegivad@codeaurora.org>
This commit is contained in:
parent
f205006605
commit
91dde1f206
@ -620,4 +620,13 @@ config SC_GCC_SHRIKE
|
||||
Say Y if you want to use peripheral devices such as UART,
|
||||
SPI, I2C, USB, SD/UFS, PCIe etc.
|
||||
|
||||
config SC_CAMCC_SHRIKE
|
||||
tristate "SCSHRIKE Camera Clock Controller"
|
||||
select SC_GCC_SHRIKE
|
||||
help
|
||||
Support for the camera clock controller on Qualcomm Technologies, Inc
|
||||
SCSHRIKE devices.
|
||||
Say Y if you want to support camera devices and functionality such as
|
||||
capturing pictures.
|
||||
|
||||
endif
|
||||
|
@ -56,6 +56,7 @@ obj-$(CONFIG_QCOM_CLK_RPMH) += clk-rpmh.o
|
||||
obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
|
||||
obj-$(CONFIG_QCS_GCC_404) += gcc-qcs404.o
|
||||
obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o
|
||||
obj-$(CONFIG_SC_CAMCC_SHRIKE) += camcc-scshrike.o
|
||||
obj-$(CONFIG_SC_GCC_SHRIKE) += gcc-scshrike.o
|
||||
obj-$(CONFIG_SDM_CAMCC_845) += camcc-sdm845.o
|
||||
obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o
|
||||
|
3353
drivers/clk/qcom/camcc-scshrike.c
Normal file
3353
drivers/clk/qcom/camcc-scshrike.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user