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

Commit 01980cc0 authored by Vivek Aknurwar's avatar Vivek Aknurwar
Browse files

clk: qcom: Add debug cc clk measure nodes for Lahaina



Add debug cc measure nodes for Lahaina to support
debugfs clk measure.

Change-Id: Id7fc4d63fdf4ed32b63bdb5b410649f1779ad290
Signed-off-by: default avatarVivek Aknurwar <viveka@codeaurora.org>
parent 18ed6679
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -384,4 +384,13 @@ config MSM_CAMCC_LAHAINA
	  Say Y if you want to support camera devices and functionality such as
	  capturing pictures.

config MSM_DEBUGCC_LAHAINA
	tristate "LAHAINA Debug Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  Lahaina 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
@@ -30,6 +30,7 @@ obj-$(CONFIG_IPQ_LCC_806X) += lcc-ipq806x.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_LAHAINA) += debugcc-lahaina.o
obj-$(CONFIG_MSM_DISPCC_LAHAINA) += dispcc-lahaina.o
obj-$(CONFIG_MSM_GCC_8660) += gcc-msm8660.o
obj-$(CONFIG_MSM_GCC_8916) += gcc-msm8916.o
+954 −0

File added.

Preview size limit exceeded, changes collapsed.