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

Commit 8b82fcc3 authored by Jagadeesh Kona's avatar Jagadeesh Kona
Browse files

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



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

Change-Id: I3b9c15e1eab364250300d1ff9121285a044ced2e
Signed-off-by: default avatarJagadeesh Kona <jkona@codeaurora.org>
parent 4afb6696
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -665,6 +665,15 @@ config SM_CAMCC_YUPIK
	  Say Y if you want to support camera devices and functionality such as
	  capturing pictures.

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

endif

config VIRTIO_CLK
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ obj-$(CONFIG_SM_DEBUGCC_SHIMA) += debugcc-shima.o
obj-$(CONFIG_SM_DISPCC_8150) += dispcc-sm8150.o
obj-$(CONFIG_SM_DISPCC_HOLI) += dispcc-holi.o
obj-$(CONFIG_SM_DISPCC_SHIMA) += dispcc-shima.o
obj-$(CONFIG_SM_DISPCC_YUPIK) += dispcc-yupik.o
obj-$(CONFIG_SM_GCC_8150) += gcc-sm8150.o
obj-$(CONFIG_SM_GCC_HOLI) += gcc-holi.o
obj-$(CONFIG_SM_GCC_SHIMA) += gcc-shima.o
+1101 −0

File added.

Preview size limit exceeded, changes collapsed.