Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62677b79 authored by Odelu Kukatla's avatar Odelu Kukatla Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Add display clock driver for ATOLL



Add support for display clock controller found on ATOLL
based devices. This will allow display device driver
to probe and control their clocks.

Change-Id: I0cbc477e4190f531dd3a3be9648078a2e57ebcb5
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 35b9a994
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -9,7 +9,8 @@ Required properties :
		"qcom,dispcc-sdmmagpie",
		"qcom,dispcc-trinket",
		"qcom,dispcc-sdmshrike-v2",
		"qcom,dispcc-sa6155".
		"qcom,dispcc-sa6155",
		"qcom,atoll-dispcc".
- reg : Shall contain base register location and length.
- reg-names: Address name. Must be "cc_base".
- vdd_mm-supply: phandle to the MM_CX rail that needs to be voted on behalf
+9 −0
Original line number Diff line number Diff line
@@ -596,3 +596,12 @@ config SM_VIDEOCC_ATOLL
	  ATOLL devices.
	  Say Y if you want to support video devices and functionality such as
	  video encode/decode.

config SM_DISPCC_ATOLL
	tristate "ATOLL Display Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the display clock controller on Qualcomm Technologies, Inc
	  ATOLL devices.
	  Say Y if you want to support display devices and functionality such as
	  splash screen.
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ obj-$(CONFIG_QCOM_CLK_VIRT) += clk-virt.o clk-virt-sm8150.o clk-virt-sm6150.o
obj-$(CONFIG_QCS_CMN_BLK_PLL) += cmn-blk-pll.o
obj-$(CONFIG_SM_CAMCC_ATOLL) += camcc-atoll.o
obj-$(CONFIG_SM_DEBUGCC_TRINKET) += debugcc-trinket.o
obj-$(CONFIG_SM_DISPCC_ATOLL) += dispcc-atoll.o
obj-$(CONFIG_SM_DISPCC_TRINKET) += dispcc-trinket.o
obj-$(CONFIG_SM_GCC_ATOLL) += gcc-atoll.o
obj-$(CONFIG_SM_GCC_TRINKET) += gcc-trinket.o
+889 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −4

File changed.

Preview size limit exceeded, changes collapsed.