Commit 16fb89f9 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson
Browse files

clk: qcom: Add support for Display Clock Controller on SM8450

parent 9d062edd
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -660,6 +660,15 @@ config SM_DISPCC_6350
	  Say Y if you want to support display devices and functionality such as
	  splash screen.

config SM_DISPCC_8450
	tristate "SM8450 Display Clock Controller"
	depends on SM_GCC_8450
	help
	  Support for the display clock controller on Qualcomm Technologies, Inc
	  SM8450 devices.
	  Say Y if you want to support display devices and functionality such as
	  splash screen.

config SM_GCC_6115
	tristate "SM6115 and SM4250 Global Clock Controller"
	select QCOM_GDSC
+1 −0
Original line number Diff line number Diff line
@@ -95,6 +95,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_8250) += dispcc-sm8250.o
obj-$(CONFIG_SM_DISPCC_8450) += dispcc-sm8450.o
obj-$(CONFIG_SM_GCC_6115) += gcc-sm6115.o
obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o
obj-$(CONFIG_SM_GCC_6350) += gcc-sm6350.o
+1829 −0

File added.

Preview size limit exceeded, changes collapsed.