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

Commit b20b1be5 authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

clk: qcom: Add display clock driver for SM6150



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

Change-Id: I918ff68cd87d61d290a0811e6d92828bc07e03d8
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 96f638e0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@ Qualcomm Technologies, Inc. Display Clock & Reset Controller Binding
--------------------------------------------------------------------

Required properties :
- compatible : Shall contain "qcom,dispcc-sm8150" or "qcom,dispcc-sm8150-v2".
- compatible : Shall contain "qcom,dispcc-sm8150" or "qcom,dispcc-sm8150-v2" or
				"qcom,dispcc-sm6150".
- 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
@@ -386,3 +386,12 @@ config MSM_CAMCC_SM6150
	  SM6150 devices.
	  Say Y if you want to support camera devices and functionality such as
	  capturing pictures.

config MSM_DISPCC_SM6150
	tristate "SM6150 Display Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the display clock controller on Qualcomm Technologies, Inc
	  SM6150 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
@@ -35,6 +35,7 @@ obj-$(CONFIG_MSM_CLK_AOP_QMP) += clk-aop-qmp.o
obj-$(CONFIG_MSM_CLK_RPMH) += clk-rpmh.o
obj-$(CONFIG_MSM_DEBUGCC_SM6150) += debugcc-sm6150.o
obj-$(CONFIG_MSM_DEBUGCC_SM8150) += debugcc-sm8150.o
obj-$(CONFIG_MSM_DISPCC_SM6150) += dispcc-sm6150.o
obj-$(CONFIG_MSM_DISPCC_SM8150) += dispcc-sm8150.o
obj-$(CONFIG_MDM_DEBUGCC_QCS405) += debugcc-qcs405.o
obj-$(CONFIG_MSM_GCC_8660) += gcc-msm8660.o
+870 −0

File added.

Preview size limit exceeded, changes collapsed.

+2 −10

File changed.

Preview size limit exceeded, changes collapsed.