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

Commit ddaf4593 authored by Lynus Vaz's avatar Lynus Vaz
Browse files

ARM: dts: msm: Update the L3 GPU vote for sm8150 v2



The L3 clock can run at a higher frequency on sm8150 v2. Update the
L3 GPU vote to take advantage of the higher frequency.

Change-Id: I3bb9f8c66be231391a2c072859d4e0e58906ac14
Signed-off-by: default avatarLynus Vaz <lvaz@codeaurora.org>
parent 88532b42
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -422,6 +422,28 @@
			qcom,bus-max = <0>;
		};
	};

	qcom,l3-pwrlevels {
		#address-cells = <1>;
		#size-cells = <0>;

		compatible = "qcom,l3-pwrlevels";

		qcom,l3-pwrlevel@0 {
			reg = <0>;
			qcom,l3-freq = <0>;
		};

		qcom,l3-pwrlevel@1 {
			reg = <1>;
			qcom,l3-freq = <1344000000>;
		};

		qcom,l3-pwrlevel@2 {
			reg = <2>;
			qcom,l3-freq = <1612800000>;
		};
	};
};

/* NPU overrides */