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

Commit 33ac7ac9 authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: do not disable gpu_cx_gdsc for SM8150



Modify the configurations for gpu_cx_gdsc so that application
processor software does not attempt to disable it.  This GDSC
will instead be disabled by the always-on processor when entering
system sleep.  The AOP also performs a special reset sequence for
the GDSC upon resuming from system sleep.  These steps ensure
that software does not encounter a NOC error when enabling the
GDSC.

Change-Id: I4477ce6016734ea5be66f66e220a5519b4f013b1
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent ca0ef175
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@
		regulator-name = "gpu_cx_gdsc";
		reg = <0x2c9106c 0x4>;
		hw-ctrl-addr = <&gpu_cx_hw_ctrl>;
		qcom,no-status-check-on-disable;
		qcom,skip-disable;
		qcom,gds-timeout = <500>;
		qcom,clk-dis-wait-val = <8>;
		status = "disabled";