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

Commit 0c867873 authored by Veera Vegivada's avatar Veera Vegivada
Browse files

clk: qcom: Add display clock driver for SM6150



Add support for display clock controller found on SM6150
based devices. This would allow display device driver
to probe and control their clocks.

Change-Id: I2e5e20f5bf518d6bc1128b6c2fb26a5e0480a4a3
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent f7a5ea00
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -701,6 +701,15 @@ config SM_CAMCC_6150
	  Say Y if you want to support camera devices and functionality such as
	  capturing pictures.

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

endif

config VIRTIO_CLK
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ obj-$(CONFIG_SM_DEBUGCC_8150) += debugcc-sm8150.o
obj-$(CONFIG_SM_DEBUGCC_HOLI) += debugcc-holi.o
obj-$(CONFIG_SM_DEBUGCC_SHIMA) += debugcc-shima.o
obj-$(CONFIG_SM_DEBUGCC_YUPIK) += debugcc-yupik.o
obj-$(CONFIG_SM_DISPCC_6150) += dispcc-sm6150.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
+937 −0

File added.

Preview size limit exceeded, changes collapsed.