Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98005932 authored by Naveen Yadav's avatar Naveen Yadav
Browse files

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: default avatarNaveen Yadav <naveenky@codeaurora.org>
parent e5d85696
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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 −0

File added.

Preview size limit exceeded, changes collapsed.