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

Commit 04250ee5 authored by David Dai's avatar David Dai Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Add the debug cc driver for kona



Add the debug mux structure with inputs for measuring the
HLOS controlled clocks on Kona.

Change-Id: I9ab8ba49ceebe28f529de59f97b09d75715f75bf
Signed-off-by: default avatarDavid Dai <daidavid1@codeaurora.org>
parent 9105a168
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -329,3 +329,11 @@ config MSM_GPUCC_KONA
	  Support for the graphics clock controller on Qualcomm Technologies, Inc
	  KONA devices.
	  Say Y if you want to support graphics controller devices.

config MSM_DEBUGCC_KONA
	tristate "KONA Debug Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  KONA devices.
	  Say Y if you want to support the clock measurement functionality.
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ obj-$(CONFIG_MSM_CAMCC_KONA) += camcc-kona.o
obj-$(CONFIG_MDM_GCC_9615) += gcc-mdm9615.o
obj-$(CONFIG_MDM_LCC_9615) += lcc-mdm9615.o
obj-$(CONFIG_MSM_CLK_AOP_QMP) += clk-aop-qmp.o
obj-$(CONFIG_MSM_DEBUGCC_KONA) += debugcc-kona.o
obj-$(CONFIG_MSM_DISPCC_KONA) += dispcc-kona.o
obj-$(CONFIG_MSM_GCC_8660) += gcc-msm8660.o
obj-$(CONFIG_MSM_GCC_8916) += gcc-msm8916.o
+988 −0

File added.

Preview size limit exceeded, changes collapsed.