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

Commit 020668f2 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents dd72f36c 1cba49bd
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.