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

Commit a11276a4 authored by Madhuri Medasani's avatar Madhuri Medasani Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: gcc-khaje: Add GCC support for KHAJE



Add support for Global Clock Controller for peripheral clock
clients to be able to request for the clocks for KHAJE.

Change-Id: I66eccf7d0ef8789eb8fe63c427504f0da654a548
Signed-off-by: default avatarMadhuri Medasani <mmedasan@codeaurora.org>
parent 86a6c336
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -608,3 +608,11 @@ config CLOCK_CPU_SDM
	 Support for the cpu clock controller on SDM based devices(e.g. QM215/SDM429).
	 Say Y if you want to support CPU clock scaling using
	 CPUfreq drivers for dynamic power management.

config SM_GCC_KHAJE
	tristate "KHAJE Global Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	 Support for the global clock controller on KHAJE devices.
	 Say Y if you want to use peripheral devices such as UART, SPI,
	 I2C, USB, UFS, SDCC, PCIe, Camera, Video etc.
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ obj-$(CONFIG_SM_DEBUGCC_LITO) += debugcc-lito.o
obj-$(CONFIG_SM_DISPCC_BENGAL) += dispcc-bengal.o
obj-$(CONFIG_SM_DISPCC_LITO) += dispcc-lito.o
obj-$(CONFIG_SM_GCC_BENGAL) += gcc-bengal.o
obj-$(CONFIG_SM_GCC_KHAJE) += gcc-khaje.o
obj-$(CONFIG_SM_GCC_LITO) += gcc-lito.o
obj-$(CONFIG_SM_GPUCC_BENGAL) += gpucc-bengal.o
obj-$(CONFIG_SM_GPUCC_LITO) += gpucc-lito.o
+3727 −0

File added.

Preview size limit exceeded, changes collapsed.