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: Veera Vegivada <vvegivad@codeaurora.org>
This commit is contained in:
Veera Vegivada 2020-08-17 09:41:15 +05:30
parent 5d90d41c95
commit d956b0910d
3 changed files with 1043 additions and 0 deletions

View File

@ -638,4 +638,13 @@ config SC_DISPCC_SHRIKE
Say Y if you want to support display devices and functionality such as
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

View File

@ -58,6 +58,7 @@ obj-$(CONFIG_QCS_GCC_404) += gcc-qcs404.o
obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o
obj-$(CONFIG_SC_CAMCC_SHRIKE) += camcc-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_SDM_CAMCC_845) += camcc-sdm845.o
obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o

File diff suppressed because it is too large Load Diff