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

Commit c4733ba7 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 09930932 b306b340
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";
+1 −4
Original line number Diff line number Diff line
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -22,8 +22,6 @@

&msm_gpu {

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

	/* Bus Scale Settings */
	qcom,msm-bus,num-cases = <3>;
	qcom,msm-bus,vectors-KBps =
@@ -58,7 +56,6 @@

	};

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

&kgsl_msm_iommu {