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

Commit 577b5c7e authored by Jagadeesh Kona's avatar Jagadeesh Kona Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: debugcc: Add debug clock controller support for SHIMA



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

Change-Id: I4fde3ad197220264329126ca788aa70a7c75bcb7
Signed-off-by: default avatarJagadeesh Kona <jkona@codeaurora.org>
parent dcc0bc3e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -456,4 +456,13 @@ config SM_DISPCC_SHIMA
	  Say Y if you want to support display devices and functionality such as
	  splash screen.

config SM_DEBUGCC_SHIMA
	tristate "SHIMA Debug Clock Controller"
	depends on SM_GCC_SHIMA
	help
	  Support for the debug clock controller on Qualcomm Technologies, Inc.
	  Shima devices.
	  Say Y if you want to support the debug clocks such as clock measurement
	  functionality.

endif
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ obj-$(CONFIG_SDM_GPUCC_845) += gpucc-sdm845.o
obj-$(CONFIG_SDM_LPASSCC_845) += lpasscc-sdm845.o
obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
obj-$(CONFIG_SM_CAMCC_SHIMA) += camcc-shima.o
obj-$(CONFIG_SM_DEBUGCC_SHIMA) += debugcc-shima.o
obj-$(CONFIG_SM_DISPCC_SHIMA) += dispcc-shima.o
obj-$(CONFIG_SM_GCC_8150) += gcc-sm8150.o
obj-$(CONFIG_SM_GCC_HOLI) += gcc-holi.o
+875 −0

File added.

Preview size limit exceeded, changes collapsed.