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

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

ARM: dts: msm: Remove GPU fmax support for MSM8940



This reverts 'commit b9aa685d
("ARM: dts: msm: Add GPU fmax support for MSM8940")'
MSM8940 max GPU clock supported is 450Mhz, remove fmax
support to fall back 450Mhz GPU clock.

Change-Id: I9b167d9ea2a48bde5ec3b2b9a1d50701ff83e448
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent bc936131
Loading
Loading
Loading
Loading
+0 −77
Original line number Diff line number Diff line
@@ -205,83 +205,6 @@
	/delete-property/ qcom,cpr-enable;
};

/* GPU overrides */
&msm_gpu {

	/delete-node/qcom,gpu-pwrlevels;

	/* Power levels */
	qcom,gpu-pwrlevels {
		#address-cells = <1>;
		#size-cells = <0>;

		compatible = "qcom,gpu-pwrlevels";

		/* SUPER TURBO */
		qcom,gpu-pwrlevel@0 {
			reg = <0>;
			qcom,gpu-freq = <450000000>;
			qcom,bus-freq = <10>;
			qcom,bus-min = <10>;
			qcom,bus-max = <10>;
		};

		/* TURBO */
		qcom,gpu-pwrlevel@1 {
			reg = <1>;
			qcom,gpu-freq = <450000000>;
			qcom,bus-freq = <9>;
			qcom,bus-min = <9>;
			qcom,bus-max = <10>;
		};

		/* NOM+ */
		qcom,gpu-pwrlevel@2 {
			reg = <2>;
			qcom,gpu-freq = <400000000>;
			qcom,bus-freq = <7>;
			qcom,bus-min = <6>;
			qcom,bus-max = <9>;
		};

		/* NOM */
		qcom,gpu-pwrlevel@3 {
			reg = <3>;
			qcom,gpu-freq = <375000000>;
			qcom,bus-freq = <6>;
			qcom,bus-min = <5>;
			qcom,bus-max = <8>;
		};

		/* SVS+ */
		qcom,gpu-pwrlevel@4 {
			reg = <4>;
			qcom,gpu-freq = <300000000>;
			qcom,bus-freq = <5>;
			qcom,bus-min = <4>;
			qcom,bus-max = <7>;
		};

		/* SVS */
		qcom,gpu-pwrlevel@5 {
			reg = <5>;
			qcom,gpu-freq = <216000000>;
			qcom,bus-freq = <3>;
			qcom,bus-min = <1>;
			qcom,bus-max = <4>;
		};

		/* XO */
		qcom,gpu-pwrlevel@6 {
			reg = <6>;
			qcom,gpu-freq = <19200000>;
			qcom,bus-freq = <0>;
			qcom,bus-min = <0>;
			qcom,bus-max = <0>;
		};
	};
};

&mdss_mdp {
	qcom,vbif-settings = <0x0d0 0x00000020>;
};