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

Commit 5d90d41c authored by Veera Vegivada's avatar Veera Vegivada
Browse files

clk: qcom: Add the display clock driver for SCSHRIKE



Add the display clock definitions and driver support for SCSHRIKE.

Change-Id: If9f0f6ada0d61895e242e733a6414c5c6bafe322
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent 91dde1f2
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -629,4 +629,13 @@ config SC_CAMCC_SHRIKE
	  Say Y if you want to support camera devices and functionality such as
	  capturing pictures.

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

endif
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_QCS_GCC_404) += gcc-qcs404.o
obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o
obj-$(CONFIG_SC_CAMCC_SHRIKE) += camcc-scshrike.o
obj-$(CONFIG_SC_DISPCC_SHRIKE) += dispcc-scshrike.o
obj-$(CONFIG_SC_GCC_SHRIKE) += gcc-scshrike.o
obj-$(CONFIG_SDM_CAMCC_845) += camcc-sdm845.o
obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o
+1857 −0

File added.

Preview size limit exceeded, changes collapsed.