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

Commit 52292354 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: Add display clock controller for LITO



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

Change-Id: I26d81077cfdfe1de53d908de8411d79c8ccefdbe
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 3fc21416
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -375,3 +375,12 @@ config SM_CAMCC_LITO
	  LITO devices.
	  Say Y if you want to support camera devices and functionality such as
	  capturing pictures.

config SM_DISPCC_LITO
	tristate "LITO Display Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the display clock controller on Qualcomm Technologies, Inc.
	  LITO devices.
	  Say Y if you want to support display devices and functionality such as
	  splash screen.
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o
obj-$(CONFIG_SDM_GCC_845) += gcc-sdm845.o
obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
obj-$(CONFIG_SM_CAMCC_LITO) += camcc-lito.o
obj-$(CONFIG_SM_DISPCC_LITO) += dispcc-lito.o
obj-$(CONFIG_SM_GCC_LITO) += gcc-lito.o
obj-$(CONFIG_SM_VIDEOCC_LITO) += videocc-lito.o
obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o
+1152 −0

File added.

Preview size limit exceeded, changes collapsed.