Commit f1080d8d authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

clk: qcom: dispcc-sm8750: Add SM8750 Display clock controller



Add driver for Display clock controller (DISPCC) in Qualcomm SM8750.
The device has several differences against SM8650, including new Pongo
PLLs and different clock parents, thus no compatibility or driver
re-usage.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250106-sm8750-dispcc-v2-3-6f42beda6317@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 1adc5289
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1040,6 +1040,17 @@ config SM_DISPCC_8550
	  Say Y if you want to support display devices and functionality such as
	  splash screen.

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

config SM_GCC_4450
	tristate "SM4450 Global Clock Controller"
	depends on ARM64 || COMPILE_TEST
+1 −0
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@ 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
obj-$(CONFIG_SM_DISPCC_8750) += dispcc-sm8750.o
obj-$(CONFIG_SM_GCC_4450) += gcc-sm4450.o
obj-$(CONFIG_SM_GCC_6115) += gcc-sm6115.o
obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o
+1963 −0

File added.

Preview size limit exceeded, changes collapsed.