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

Commit c30ccdcc authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Change GPU maximum frequency to 456 Mhz for 8909"

parents 1d7e4c52 16ebb9a9
Loading
Loading
Loading
Loading
+2 −38
Original line number Diff line number Diff line
@@ -51,8 +51,6 @@
		interrupt-names = "kgsl_3d0_irq";
		qcom,id = <0>;

		qcom,gpu-speed-config = <0>;

		qcom,chipid = <0x03000400>;

		qcom,initial-pwrlevel = <1>;
@@ -115,40 +113,6 @@
			};
		};

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

			compatible = "qcom,gpu-pwrlevels";

			qcom,gpu-pwrlevel@0 {
				reg = <0>;
				qcom,gpu-freq = <409600000>;
				qcom,bus-freq = <3>;
			};

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

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

			qcom,gpu-pwrlevel@3 {
				reg = <3>;
				qcom,gpu-freq = <19200000>;
				qcom,bus-freq = <0>;
			};
		};

		qcom,gpu-speed-config@0 {
			compatible = "gpu-speed-config@0";
		/* Power levels */
		qcom,gpu-pwrlevels {
			#address-cells = <1>;
@@ -180,7 +144,7 @@
				qcom,bus-freq = <0>;
			};
		};
		};

	};
	kgsl_msm_iommu: qcom,kgsl-iommu@1f00000 {
	compatible = "qcom,kgsl-smmu-v2";
+0 −3
Original line number Diff line number Diff line
@@ -22,8 +22,6 @@

&msm_gpu {

	/delete-property/qcom,gpu-speed-config;

	/* To disable GPU wake up on touch event */
	qcom,disable-wake-on-touch;

@@ -62,7 +60,6 @@

	};

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

&kgsl_msm_iommu {