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:
Veera Vegivada 2020-07-23 17:42:23 +05:30
parent f205006605
commit 91dde1f206
3 changed files with 3363 additions and 0 deletions

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff