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

Commit 1cba49bd authored by Diptanshu Jamgade's avatar Diptanshu Jamgade
Browse files

clk: qcom: Add support for GCC clock driver for LAGOON



Global clock controller driver for peripheral clocks for LAGOON.

Change-Id: I7c0acfca8d037d36ee4d4baf416a8914ada50e28
Signed-off-by: default avatarDiptanshu Jamgade <djamgade@codeaurora.org>
parent 3ce6196d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -441,3 +441,13 @@ config SM_DEBUGCC_BENGAL
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  BENGAL devices.
	  Say Y if you want to support the clock measurement functionality.

config SDM_GCC_LAGOON
	tristate "LAGOON Global Clock Controller"
	depends on COMMON_CLK_QCOM
	select QCOM_GDSC
	help
	  Support for the global clock controller on Qualcomm Technologies, Inc
	  LAGOON devices.
	  Say Y if you want to use peripheral devices such as UART, SPI, I2C,
	  USB, UFS, SD/eMMC, etc.
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ obj-$(CONFIG_QCOM_CLK_RPMH) += clk-rpmh.o
obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o
obj-$(CONFIG_SDM_GCC_845) += gcc-sdm845.o
obj-$(CONFIG_SDM_GCC_LAGOON) += gcc-lagoon.o
obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
obj-$(CONFIG_SM_CAMCC_LITO) += camcc-lito.o
obj-$(CONFIG_SM_DEBUGCC_BENGAL) += debugcc-bengal.o
+2760 −0

File added.

Preview size limit exceeded, changes collapsed.