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

Commit f3bfc4bf authored by Taniya Das's avatar Taniya Das
Browse files

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



Global clock controller driver for peripheral clocks for LITO.

Change-Id: I4b230e3f9c544d3b7f6e9784dfe6493c85c5a52d
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 3b3e314b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -347,3 +347,13 @@ config MSM_NPUCC_KONA
	  KONA devices.
	  Say Y if you want to enable use of the Network Processing Unit in
	  order to speed up certain types of calculations.

config SM_GCC_LITO
	tristate "LITO Global Clock Controller"
	depends on COMMON_CLK_QCOM
	select QCOM_GDSC
	help
	  Support for the global clock controller on Qualcomm Technologies, Inc
	  LITO devices.
	  Say Y if you want to use peripheral devices such as UART, SPI, I2C,
	  USB, UFS, SD/eMMC, PCIe, etc.
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ 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_VIDEOCC_845) += videocc-sdm845.o
obj-$(CONFIG_SM_GCC_LITO) += gcc-lito.o
obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o

obj-y += mdss/
+2805 −0

File added.

Preview size limit exceeded, changes collapsed.