Commit 9e939f00 authored by Neil Armstrong's avatar Neil Armstrong Committed by Bjorn Andersson
Browse files

clk: qcom: add the SM8650 Display Clock Controller driver

parent e3388328
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -851,6 +851,16 @@ config SM_DISPCC_8550
	  Say Y if you want to support display devices and functionality such as
	  splash screen.

config SM_DISPCC_8650
	tristate "SM8650 Display Clock Controller"
	depends on ARM64 || COMPILE_TEST
	select SM_GCC_8650
	help
	  Support for the display clock controller on Qualcomm Technologies, Inc
	  SM8650 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
@@ -111,6 +111,7 @@ obj-$(CONFIG_SM_DISPCC_6375) += dispcc-sm6375.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_8650) += dispcc-sm8650.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
+1810 −0

File added.

Preview size limit exceeded, changes collapsed.