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

Commit 2963cee1 authored by Ping Li's avatar Ping Li Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: disable mdp clock from the GDSC dtsi entries for msm8996



Prevent gdsc code from modifying the MDSS memory retention
and PERIPH ON and OFF bits on msm8996.

Change-Id: I020ab27336227a2ad8577ff882defa517bde8464
Signed-off-by: default avatarPing Li <pingli@codeaurora.org>
parent eac568b9
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -3737,9 +3737,8 @@
};

&gdsc_mdss {
	clock-names = "bus_clk", "core_clk";
	clocks = <&clock_mmss clk_mdss_axi_clk>,
		 <&clock_mmss clk_mdss_mdp_clk>;
	clock-names = "bus_clk";
	clocks = <&clock_mmss clk_mdss_axi_clk>;
	parent-supply = <&gdsc_mmagic_mdss>;
	proxy-supply = <&gdsc_mdss>;
	qcom,proxy-consumer-enable;