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

Commit eb026028 authored by George Shen's avatar George Shen
Browse files

ARM: dts: msm: Fixed wrong MIN DCVS config for SDM845



Set GPU frequency to zero in case GPU goes to SLUMBER.

CRs-Fixed: 2062271
Change-Id: I7859a5e6e0e2aed5c10a0de26a89c356d9b434d9
Signed-off-by: default avatarGeorge Shen <sqiao@codeaurora.org>
parent 4d9a308b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -195,10 +195,10 @@

			qcom,gpu-pwrlevel@3 {
				reg = <3>;
				qcom,gpu-freq = <280000000>;
				qcom,bus-freq = <4>;
				qcom,bus-min = <3>;
				qcom,bus-max = <5>;
				qcom,gpu-freq = <0>;
				qcom,bus-freq = <0>;
				qcom,bus-min = <0>;
				qcom,bus-max = <0>;
			};
		};