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

Commit c10e4ea8 authored by Shefali Jain's avatar Shefali Jain Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Add debug clock controller for SDMMAGPIE



Add the debug mux structure with inputs for measuring the
clocks on SDMMAGPIE.

Change-Id: Ic053cc0c0d811a3940bad611de9e8b13e967204c
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent 0193ad93
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,7 +4,8 @@ Qualcomm Technologies, Inc. Debug Clock Controller Binding
Required properties :
- compatible: Shall contain "qcom,debugcc-sm8150",
		"qcom,debugcc-qcs405",
		"qcom,debugcc-sm6150".
		"qcom,debugcc-sm6150",
		"qcom,debugcc-sdmmagpie".
- qcom,gcc: phandle to the GCC device node.
- qcom,videocc: phandle to the Video CC device node.
- qcom,camcc: phandle to the Camera CC device node.
+8 −0
Original line number Diff line number Diff line
@@ -448,3 +448,11 @@ config MSM_GPUCC_SDMMAGPIE
	  Support for the graphics clock controller on Qualcomm Technologies, Inc.
	  SDMMAGPIE devices.
	  Say Y if you want to support graphics clocks.

config MSM_DEBUGCC_SDMMAGPIE
	tristate "SDMMAGPIE Debug Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  SDMMAGPIE devices.
	  Say Y if you want to support the clock measurement functionality.
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ obj-$(CONFIG_MSM_DISPCC_SM6150) += dispcc-sm6150.o
obj-$(CONFIG_MSM_DISPCC_SM8150) += dispcc-sm8150.o
obj-$(CONFIG_MSM_DISPCC_SDMMAGPIE) += dispcc-sdmmagpie.o
obj-$(CONFIG_MDM_DEBUGCC_QCS405) += debugcc-qcs405.o
obj-$(CONFIG_MSM_DEBUGCC_SDMMAGPIE) += debugcc-sdmmagpie.o
obj-$(CONFIG_MSM_GCC_8660) += gcc-msm8660.o
obj-$(CONFIG_MSM_GCC_8916) += gcc-msm8916.o
obj-$(CONFIG_MSM_GCC_8960) += gcc-msm8960.o
+940 −0

File added.

Preview size limit exceeded, changes collapsed.