clk: qcom: gcc-sdxlemur: Add support for GCC clock driver
Add support for global clock controller for peripheral clock clients to be able to request for the clocks. Change-Id: I352b0e4d0ab39fe4fec0ed033e249904ebfd660a Signed-off-by: Naveen Yadav <naveenky@codeaurora.org>
This commit is contained in:
parent
e5d856962d
commit
980059328b
@ -482,4 +482,14 @@ config SM_DEBUGCC_HOLI
|
||||
HOLI devices.
|
||||
Say Y if you want to support the debug clocks such as
|
||||
clock measurement functionality.
|
||||
|
||||
config SDX_GCC_LEMUR
|
||||
tristate "SDXLEMUR Global Clock Controller"
|
||||
depends on COMMON_CLK_QCOM
|
||||
help
|
||||
Support for the global clock controller on Qualcomm Technologies, Inc.
|
||||
SDXLEMUR devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI, I2C,
|
||||
USB, UFS, SD/eMMC, PCIe, etc.
|
||||
|
||||
endif
|
||||
|
@ -61,6 +61,7 @@ obj-$(CONFIG_SDM_GCC_845) += gcc-sdm845.o
|
||||
obj-$(CONFIG_SDM_GPUCC_845) += gpucc-sdm845.o
|
||||
obj-$(CONFIG_SDM_LPASSCC_845) += lpasscc-sdm845.o
|
||||
obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
|
||||
obj-$(CONFIG_SDX_GCC_SDXLEMUR) += gcc-sdxlemur.o
|
||||
obj-$(CONFIG_SM_CAMCC_SHIMA) += camcc-shima.o
|
||||
obj-$(CONFIG_SM_DEBUGCC_HOLI) += debugcc-holi.o
|
||||
obj-$(CONFIG_SM_DEBUGCC_SHIMA) += debugcc-shima.o
|
||||
|
1797
drivers/clk/qcom/gcc-sdxlemur.c
Normal file
1797
drivers/clk/qcom/gcc-sdxlemur.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user