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

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

clk: qcom: Add the debug mux information for Direwolf



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

Change-Id: I75417cbeab928a09db5c94ffe9856a52f383c03d
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent 16498b68
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -784,6 +784,15 @@ config SA_GCC_DIREWOLF
	  Say Y if you want to use peripheral devices such as UART, SPI, I2C,
	  USB, UFS, SD/eMMC, PCIe, etc.

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

endif

config VIRTIO_CLK
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ obj-$(CONFIG_QCOM_CLK_RPMH) += clk-rpmh.o
obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_QCS_GCC_404) += gcc-qcs404.o
obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o
obj-$(CONFIG_SA_DEBUGCC_DIREWOLF) += debugcc-direwolf.o
obj-$(CONFIG_SA_GCC_DIREWOLF) += gcc-direwolf.o
obj-$(CONFIG_SC_CAMCC_SHRIKE) += camcc-scshrike.o
obj-$(CONFIG_SC_DISPCC_SHRIKE) += dispcc-scshrike.o
+860 −0

File added.

Preview size limit exceeded, changes collapsed.