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

Commit d956b091 authored by Veera Vegivada's avatar Veera Vegivada
Browse files

clk: qcom: Add the debug mux information for SCSHRIKE



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

Change-Id: Ie7a7206d90395a7ed2a87de5d3b466bd44452558
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent 5d90d41c
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -638,4 +638,13 @@ config SC_DISPCC_SHRIKE
	  Say Y if you want to support display devices and functionality such as
	  Say Y if you want to support display devices and functionality such as
	  splash pictures.
	  splash pictures.


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

endif
endif
+1 −0
Original line number Original line Diff line number Diff line
@@ -58,6 +58,7 @@ obj-$(CONFIG_QCS_GCC_404) += gcc-qcs404.o
obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o
obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o
obj-$(CONFIG_SC_CAMCC_SHRIKE) += camcc-scshrike.o
obj-$(CONFIG_SC_CAMCC_SHRIKE) += camcc-scshrike.o
obj-$(CONFIG_SC_DISPCC_SHRIKE) += dispcc-scshrike.o
obj-$(CONFIG_SC_DISPCC_SHRIKE) += dispcc-scshrike.o
obj-$(CONFIG_SC_DEBUGCC_SHRIKE) += debugcc-scshrike.o
obj-$(CONFIG_SC_GCC_SHRIKE) += gcc-scshrike.o
obj-$(CONFIG_SC_GCC_SHRIKE) += gcc-scshrike.o
obj-$(CONFIG_SDM_CAMCC_845) += camcc-sdm845.o
obj-$(CONFIG_SDM_CAMCC_845) += camcc-sdm845.o
obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o
obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o
+1033 −0

File added.

Preview size limit exceeded, changes collapsed.