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

Commit d6eb76c9 authored by Amit Nischal's avatar Amit Nischal Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Configure en_few/rest wait values for MDSS gdsc on SDM845



With default values of EN_FEW_WAIT & EN_REST_WAIT the acks could
prematurely assert to the GDSC FSM and thus cause the FSM sequence to
complete prior to headswitch chain completion. Increase the value of
EN_FEW_WAIT and EN_REST_WAIT to 6 and 5 respectively.

CRs-Fixed: 2249415
Change-Id: I8052b3e6b3946c35cef7240c25bd646d42566d46
Signed-off-by: default avatarAmit Nischal <anischal@codeaurora.org>
parent 12bbea80
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4057,6 +4057,8 @@

&mdss_core_gdsc {
	status = "ok";
	qcom,en-few-wait-val = <6>;
	qcom,en-rest-wait-val = <5>;
};

&gpu_cx_gdsc {