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

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

clk: qcom: Add the debug mux information for SM6150



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

Change-Id: I4f8565dcd2bd2750f56e4e0aaee990130b3d2d61
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent 5fa2daab
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -738,6 +738,15 @@ config SM_SCC_6150
	  the sensor processor.  However, on some systems it is instead owned
	  by the application processor.

config SM_DEBUGCC_6150
	tristate "SM6150 Debug Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  SM6150 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
@@ -75,6 +75,7 @@ obj-$(CONFIG_SM_CAMCC_6150) += camcc-sm6150.o
obj-$(CONFIG_SM_CAMCC_8150) += camcc-sm8150.o
obj-$(CONFIG_SM_CAMCC_SHIMA) += camcc-shima.o
obj-$(CONFIG_SM_CAMCC_YUPIK) += camcc-yupik.o
obj-$(CONFIG_SM_DEBUGCC_6150) += debugcc-sm6150.o
obj-$(CONFIG_SM_DEBUGCC_8150) += debugcc-sm8150.o
obj-$(CONFIG_SM_DEBUGCC_HOLI) += debugcc-holi.o
obj-$(CONFIG_SM_DEBUGCC_SHIMA) += debugcc-shima.o
+755 −0

File added.

Preview size limit exceeded, changes collapsed.