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

Commit 79100e93 authored by Veera Vegivada's avatar Veera Vegivada
Browse files

clk: qcom: Add the display clock driver for SM8150



Add the display clock definitions and driver support for SM8150.

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

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

config SM_GCC_8150
	tristate "SM8150 Global Clock Controller"
	depends on COMMON_CLK_QCOM
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ obj-$(CONFIG_SM_CAMCC_8150) += camcc-sm8150.o
obj-$(CONFIG_SM_CAMCC_SHIMA) += camcc-shima.o
obj-$(CONFIG_SM_DEBUGCC_HOLI) += debugcc-holi.o
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_GCC_8150) += gcc-sm8150.o
+1655 −0

File added.

Preview size limit exceeded, changes collapsed.