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

Commit b0723e85 authored by Kuogee Hsieh's avatar Kuogee Hsieh
Browse files

ARM: dts: msm: add proxy vote for mdss gdsc for 8996



Add proxy vote for mdss and vensu gdsc so that gdsc
will not be turned off after hand off so that
cont-splash can work for the dsi pll-1 active only
case.

Change-Id: Ifaddd2961eccbe4e66f452cb153a81152a5537f2
Signed-off-by: default avatarKuogee Hsieh <khsieh@codeaurora.org>
parent 35afb780
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -294,6 +294,11 @@
	};
};

&gdsc_venus {
	proxy-supply = <&gdsc_venus>;
	qcom,proxy-consumer-enable;
};

&soc {
	tsens1: tsens@4ad000 {
		compatible = "qcom,msm8996-tsens";
+2 −0
Original line number Diff line number Diff line
@@ -3621,6 +3621,8 @@
	clocks = <&clock_mmss clk_mdss_axi_clk>,
		 <&clock_mmss clk_mdss_mdp_clk>;
	parent-supply = <&gdsc_mmagic_mdss>;
	proxy-supply = <&gdsc_mdss>;
	qcom,proxy-consumer-enable;
	status = "ok";
};