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

Commit 8c2cc950 authored by Aravind Venkateswaran's avatar Aravind Venkateswaran Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add proxy vote for BIMC SMMU GDSC for msmcobalt



When continuous splash screen feature is enabled, the display needs to
be kept alive during the kernel boot up. For video mode panels, frame
data needs to be continuously fetched from the framebuffer memory which
requires BIMC SMMU GDSC to remain on.  Add proxy vote for this GDSC to
prevent it from being turned off until the display driver hand off can
be executed.

CRs-Fixed: 1037857
Change-Id: Idef763153cdce4e59684da872520eb0cb0b1434d
Signed-off-by: default avatarAravind Venkateswaran <aravindh@codeaurora.org>
parent 49376041
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2774,6 +2774,8 @@
&gdsc_bimc_smmu {
	clock-names = "bus_clk";
	clocks = <&clock_mmss clk_mmss_bimc_smmu_axi_clk>;
	proxy-supply = <&gdsc_bimc_smmu>;
	qcom,proxy-consumer-enable;
	status = "ok";
};