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

Commit 5ce2435a authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: Add support for debugcc for LITO



Add debug clock controller for measure functionality for all clock
controllers.

Change-Id: Id3b5ebb37d29cf122e9a65b19a79fb9a3468fe65
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 92a5198e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -401,3 +401,11 @@ config SM_NPUCC_LITO
          LITO 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_DEBUGCC_LITO
	tristate "LITO Debug Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  LITO devices.
	  Say Y if you want to support the clock measurement functionality.
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ 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_CAMCC_LITO) += camcc-lito.o
obj-$(CONFIG_SM_DEBUGCC_LITO) += debugcc-lito.o
obj-$(CONFIG_SM_DISPCC_LITO) += dispcc-lito.o
obj-$(CONFIG_SM_GCC_LITO) += gcc-lito.o
obj-$(CONFIG_SM_NPUCC_LITO) += npucc-lito.o
+811 −0

File added.

Preview size limit exceeded, changes collapsed.