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

Commit 90346f1b authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: dispcc: Add display clock controller for LAGOON



Add the display clock controller to support display port
related branches, PLLs and RCGs.

Change-Id: Ied3636d6e7730ccbedbf81a68a462b9f19b5ed73
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 65c7c486
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -460,6 +460,15 @@ config SDM_DEBUGCC_LAGOON
	  Say Y if you want to support the clock measurement functionality
	  of the clocks.

config SDM_DISPCC_LAGOON
	tristate "LAGOON Display Clock Controller"
	select SDM_GCC_LAGOON
	help
	  Support for the display clock controller on Qualcomm Technologies, Inc.
	  LAGOON devices.
	  Say Y if you want to support display devices and functionality such as
	  splash screen.

config SDM_GCC_LAGOON
	tristate "LAGOON Global Clock Controller"
	depends on COMMON_CLK_QCOM
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_SDM_CAMCC_LAGOON) += camcc-lagoon.o
obj-$(CONFIG_SDM_DEBUGCC_LAGOON) += debugcc-lagoon.o
obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o
obj-$(CONFIG_SDM_DISPCC_LAGOON) += dispcc-lagoon.o
obj-$(CONFIG_SDM_GCC_845) += gcc-sdm845.o
obj-$(CONFIG_SDM_GCC_LAGOON) += gcc-lagoon.o
obj-$(CONFIG_SDM_GPUCC_LAGOON) += gpucc-lagoon.o
+894 −0

File added.

Preview size limit exceeded, changes collapsed.