Commit e700bfd2 authored by Taniya Das's avatar Taniya Das Committed by Bjorn Andersson
Browse files

clk: qcom: Add support for Display clock Controllers on SA8775P



Add support for display0 and display1 clock controllers on SA8775P
platform.

Reviewed-by: default avatarJagadeesh Kona <quic_jkona@quicinc.com>
Signed-off-by: default avatarTaniya Das <quic_tdas@quicinc.com>
Link: https://lore.kernel.org/r/20241011-sa8775p-mm-v4-resend-patches-v5-6-4a9f17dc683a@quicinc.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 84c74dfb
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -507,6 +507,16 @@ config SC_CAMCC_8280XP
	  Say Y if you want to support camera devices and functionality such as
	  capturing pictures.

config SA_DISPCC_8775P
	tristate "SA8775P Display Clock Controller"
	depends on ARM64 || COMPILE_TEST
	select SA_GCC_8775P
	help
	  Support for the two display clock controllers on Qualcomm
	  Technologies, Inc. SA8775P devices.
	  Say Y if you want to support display devices and functionality such as
	  splash screen.

config SC_DISPCC_7180
	tristate "SC7180 Display Clock Controller"
	depends on ARM64 || COMPILE_TEST
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ obj-$(CONFIG_SC_DISPCC_7180) += dispcc-sc7180.o
obj-$(CONFIG_SC_DISPCC_7280) += dispcc-sc7280.o
obj-$(CONFIG_SC_DISPCC_8280XP) += dispcc-sc8280xp.o
obj-$(CONFIG_SA_CAMCC_8775P) += camcc-sa8775p.o
obj-$(CONFIG_SA_DISPCC_8775P) += dispcc0-sa8775p.o dispcc1-sa8775p.o
obj-$(CONFIG_SA_GCC_8775P) += gcc-sa8775p.o
obj-$(CONFIG_SA_GPUCC_8775P) += gpucc-sa8775p.o
obj-$(CONFIG_SA_VIDEOCC_8775P) += videocc-sa8775p.o
+1481 −0

File added.

Preview size limit exceeded, changes collapsed.

+1481 −0

File added.

Preview size limit exceeded, changes collapsed.