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

Commit 2a3524b2 authored by Diptanshu Jamgade's avatar Diptanshu Jamgade Committed by Veera Vegivada
Browse files

clk: qcom: Add support for debugcc for LAGOON



Add debug clock controller for measure functionality for all clock
controllers.

Change-Id: Ibd2f7ca00956898f5c351675358ba4800a779ef5
Signed-off-by: default avatarDiptanshu Jamgade <djamgade@codeaurora.org>
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent 17efb9d9
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -451,6 +451,15 @@ config SDM_CAMCC_LAGOON
	  Say Y if you want to support camera devices and functionality such as
	  capturing pictures.

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

config SDM_GCC_LAGOON
	tristate "LAGOON Global Clock Controller"
	depends on COMMON_CLK_QCOM
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
obj-$(CONFIG_SDM_VIDEOCC_LAGOON) += videocc-lagoon.o
obj-$(CONFIG_SM_CAMCC_LITO) += camcc-lito.o
obj-$(CONFIG_SM_DEBUGCC_BENGAL) += debugcc-bengal.o
obj-$(CONFIG_SM_DEBUGCC_LAGOON) += debugcc-lagoon.o
obj-$(CONFIG_SM_DEBUGCC_LITO) += debugcc-lito.o
obj-$(CONFIG_SM_DISPCC_BENGAL) += dispcc-bengal.o
obj-$(CONFIG_SM_DISPCC_LITO) += dispcc-lito.o
+804 −0

File added.

Preview size limit exceeded, changes collapsed.