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

Commit 8f205eb9 authored by Hareesh Gundu's avatar Hareesh Gundu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update GPU clock plan of MSM8909 wearable



For 8909w wearables GPU needs to be capped to 200MHz.

Change-Id: Iea0cbd05f9aa2110c493ab23f651715ef4975a2f
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent b0af7638
Loading
Loading
Loading
Loading
+4 −11
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@
		<26 512 0 1536000>,
		<26 512 0 3070000>;

	/delete-node/qcom,gpu-pwrlevels;

	/* Power levels */
	qcom,gpu-pwrlevels {
		#address-cells = <1>;
@@ -40,29 +42,20 @@

		qcom,gpu-pwrlevel@0 {
			reg = <0>;
			qcom,gpu-freq = <307200000>;
			qcom,bus-freq = <2>;
			qcom,bus-min = <2>;
			qcom,bus-max = <2>;
		};

		qcom,gpu-pwrlevel@1 {
			reg = <1>;
			qcom,gpu-freq = <200000000>;
			qcom,bus-freq = <1>;
			qcom,bus-min = <1>;
			qcom,bus-max = <1>;
		};

		qcom,gpu-pwrlevel@2 {
			reg = <2>;
		qcom,gpu-pwrlevel@1 {
			reg = <1>;
			qcom,gpu-freq = <19200000>;
			qcom,bus-freq = <0>;
			qcom,bus-min = <0>;
			qcom,bus-max = <0>;
		};

		/delete-node/qcom,gpu-pwrlevel@3;
	};

	/delete-node/qcom,gpu-speed-config@0;