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

Commit e8478cc3 authored by Nirmal Abraham's avatar Nirmal Abraham
Browse files

clk: qcom: mdss: Enable mdss 14nm pll driver



This is a snapshot for mdss 14nm pll driver from
msm-4.14 as of commit d0ed66a16c0a(clk: qcom: mdss:
DSI clk changes for sdm660)'.

Change-Id: Idd8af34da61c5ebcbf40c2c6b681ec0f324d5c70
Signed-off-by: default avatarNirmal Abraham <nabrah@codeaurora.org>
parent 9f6b4236
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
source "drivers/clk/qcom/mdss/Kconfig"

config QCOM_GDSC
	bool
	select PM_GENERIC_DOMAINS if PM
+1 −0
Original line number Diff line number Diff line
@@ -75,3 +75,4 @@ obj-$(CONFIG_SM_GPUCC_LITO) += gpucc-lito.o
obj-$(CONFIG_SM_NPUCC_LITO) += npucc-lito.o
obj-$(CONFIG_SM_VIDEOCC_LITO) += videocc-lito.o
obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o
obj-y += mdss/
+8 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
config MDSS_PLL
	bool "MDSS pll programming"
	depends on COMMON_CLK_QCOM
	help
	It provides support for DSI, eDP and HDMI interface pll programming on MDSS
	hardware. It also handles the pll specific resources and turn them on/off when
	mdss pll client tries to enable/disable pll clocks.
+6 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_MDSS_PLL) += mdss-pll-util.o
obj-$(CONFIG_MDSS_PLL) += mdss-pll.o
obj-$(CONFIG_MDSS_PLL) += mdss-dsi-pll-14nm.o
obj-$(CONFIG_MDSS_PLL) += mdss-dsi-pll-14nm-util.o
obj-$(CONFIG_MDSS_PLL) += mdss-dp-pll-14nm.o
+833 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading