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

Commit 8d3b44a7 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 ATOLL



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

Change-Id: Ibecb8ebfa2734e0165ffb54f2d78fb9ff2b060bf
Signed-off-by: default avatarDiptanshu Jamgade <djamgade@codeaurora.org>
parent fdab2afa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@ Required properties :
		"qcom,debugcc-sm6150",
		"qcom,debugcc-sdmmagpie"
		"qcom,debugcc-sdxprairie",
		"qcom,debugcc-trinket".
		"qcom,debugcc-trinket",
		"qcom,atoll-debugcc".
- 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
@@ -613,3 +613,11 @@ config SM_NPUCC_ATOLL
	  Support for the NPU clock controller on Qualcomm Technologies, Inc
	  ATOLL devices.
	  Say Y if you want to enable use of the Network Processing Unit.

config SM_DEBUGCC_ATOLL
	tristate "ATOLL Debug Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  ATOLL devices.
	  Say Y if you want to support the clock measurement functionality.
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_QCOM_CLK_VIRT) += clk-virt.o clk-virt-sm8150.o clk-virt-sm6150.o
obj-$(CONFIG_QCS_CMN_BLK_PLL) += cmn-blk-pll.o
obj-$(CONFIG_SM_CAMCC_ATOLL) += camcc-atoll.o
obj-$(CONFIG_SM_DEBUGCC_ATOLL) += debugcc-atoll.o
obj-$(CONFIG_SM_DEBUGCC_TRINKET) += debugcc-trinket.o
obj-$(CONFIG_SM_DISPCC_ATOLL) += dispcc-atoll.o
obj-$(CONFIG_SM_DISPCC_TRINKET) += dispcc-trinket.o
+800 −0

File added.

Preview size limit exceeded, changes collapsed.