Commit 3829c412 authored by Danila Tikhonov's avatar Danila Tikhonov Committed by Bjorn Andersson
Browse files

clk: qcom: Add Display Clock Controller driver for SM7150



Add support for the display clock controller found on SM7150.

Co-developed-by: default avatarDavid Wronek <david@mainlining.org>
Signed-off-by: default avatarDavid Wronek <david@mainlining.org>
Signed-off-by: default avatarDanila Tikhonov <danila@jiaxyga.com>
Link: https://lore.kernel.org/r/20240505201038.276047-5-danila@jiaxyga.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent ca3a9106
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -847,6 +847,16 @@ config SM_DISPCC_6125
	  Say Y if you want to support display devices and functionality such as
	  splash screen

config SM_DISPCC_7150
	tristate "SM7150 Display Clock Controller"
	depends on ARM64 || COMPILE_TEST
	depends on SM_GCC_7150
	help
	  Support for the display clock controller on Qualcomm Technologies, Inc
	  SM7150 devices.
	  Say Y if you want to support display devices and functionality such as
	  splash screen.

config SM_DISPCC_8250
	tristate "SM8150/SM8250/SM8350 Display Clock Controller"
	depends on ARM64 || COMPILE_TEST
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ obj-$(CONFIG_SM_DISPCC_6115) += dispcc-sm6115.o
obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o
obj-$(CONFIG_SM_DISPCC_6375) += dispcc-sm6375.o
obj-$(CONFIG_SM_DISPCC_7150) += dispcc-sm7150.o
obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o
obj-$(CONFIG_SM_DISPCC_8450) += dispcc-sm8450.o
obj-$(CONFIG_SM_DISPCC_8550) += dispcc-sm8550.o
+1006 −0

File added.

Preview size limit exceeded, changes collapsed.