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

Commit 0ee97334 authored by Diptanshu Jamgade's avatar Diptanshu Jamgade Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Add debug clock controller for TRINKET



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

Change-Id: I2462cee8b690a218758f3b7fb0e4b4e70f460c8d
Signed-off-by: default avatarDiptanshu Jamgade <djamgade@codeaurora.org>
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 01e3405d
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -6,7 +6,8 @@ Required properties :
		"qcom,debugcc-qcs405",
		"qcom,debugcc-qcs405",
		"qcom,debugcc-sm6150",
		"qcom,debugcc-sm6150",
		"qcom,debugcc-sdmmagpie"
		"qcom,debugcc-sdmmagpie"
		"qcom,debugcc-sdxprairie".
		"qcom,debugcc-sdxprairie",
		"qcom,debugcc-trinket".
- qcom,gcc: phandle to the GCC device node.
- qcom,gcc: phandle to the GCC device node.
- qcom,videocc: phandle to the Video CC device node.
- qcom,videocc: phandle to the Video CC device node.
- qcom,camcc: phandle to the Camera CC device node.
- qcom,camcc: phandle to the Camera CC device node.
+8 −0
Original line number Original line Diff line number Diff line
@@ -538,3 +538,11 @@ config SM_DISPCC_TRINKET
	  TRINKET devices.
	  TRINKET devices.
	  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 screen.
	  splash screen.

config SM_DEBUGCC_TRINKET
	tristate "TRINKET Debug Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  TRINKET devices.
	  Say Y if you want to support the clock measurement functionality.
+1 −0
Original line number Original line Diff line number Diff line
@@ -70,6 +70,7 @@ obj-$(CONFIG_MSM_VIDEOCC_SM6150) += videocc-sm6150.o
obj-$(CONFIG_MSM_VIDEOCC_SM8150) += videocc-sm8150.o
obj-$(CONFIG_MSM_VIDEOCC_SM8150) += videocc-sm8150.o
obj-$(CONFIG_QCOM_CLK_RPM) += clk-rpm.o
obj-$(CONFIG_QCOM_CLK_RPM) += clk-rpm.o
obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_SM_DEBUGCC_TRINKET) += debugcc-trinket.o
obj-$(CONFIG_SM_DISPCC_TRINKET) += dispcc-trinket.o
obj-$(CONFIG_SM_DISPCC_TRINKET) += dispcc-trinket.o
obj-$(CONFIG_SM_GCC_TRINKET) += gcc-trinket.o
obj-$(CONFIG_SM_GCC_TRINKET) += gcc-trinket.o
obj-$(CONFIG_SM_GPUCC_TRINKET) += gpucc-trinket.o
obj-$(CONFIG_SM_GPUCC_TRINKET) += gpucc-trinket.o
+719 −0

File added.

Preview size limit exceeded, changes collapsed.