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

Commit 22818688 authored by Pankaj Gupta's avatar Pankaj Gupta
Browse files

ARM: dts: msm: Updates for GPU

Few assorted list of updates for lito gpu block.

Change-Id: I0edf165035ab35fae6c8313336433c08b2d5edde
parent 8abbf01a
Loading
Loading
Loading
Loading
+18 −16
Original line number Diff line number Diff line
@@ -54,9 +54,9 @@

		qcom,chipid = <0x06020000>;

		qcom,initial-pwrlevel = <2>;
		qcom,initial-pwrlevel = <3>;

		qcom,idle-timeout = <1000000>; /* msecs */
		qcom,idle-timeout = <80>; /* msecs */

		qcom,highest-bank-bit = <14>;

@@ -70,7 +70,9 @@
		qcom,tsens-name = "tsens_tz_sensor12";
		#cooling-cells = <2>;

		qcom,pm-qos-active-latency = <44>;
		/* CPU latency parameter */
		qcom,pm-qos-active-latency = <67>;
		qcom,pm-qos-wakeup-latency = <67>;

		clocks = <&gpucc GPU_CC_CXO_CLK>,
			<&gcc GCC_DDRSS_GPU_AXI_CLK>,
@@ -136,7 +138,7 @@
			};
		};

		/* GPU Mempools */ /* TODO*/
		/* GPU Mempools */
		qcom,gpu-mempools {
			#address-cells = <1>;
			#size-cells = <0>;
@@ -180,33 +182,33 @@
			qcom,gpu-pwrlevel@0 {
				reg = <0>;
				qcom,gpu-freq = <625000000>;
				qcom,bus-freq = <8>;
				qcom,bus-min = <7>;
				qcom,bus-max = <9>;
				qcom,bus-freq = <11>;
				qcom,bus-min = <10>;
				qcom,bus-max = <12>;
			};

			qcom,gpu-pwrlevel@1 {
				reg = <1>;
				qcom,gpu-freq = <500000000>;
				qcom,bus-freq = <8>;
				qcom,bus-min = <7>;
				qcom,bus-max = <9>;
				qcom,bus-freq = <9>;
				qcom,bus-min = <8>;
				qcom,bus-max = <11>;
			};

			qcom,gpu-pwrlevel@2 {
				reg = <2>;
				qcom,gpu-freq = <400000000>;
				qcom,bus-freq = <5>;
				qcom,bus-min = <5>;
				qcom,bus-max = <7>;
				qcom,bus-freq = <8>;
				qcom,bus-min = <6>;
				qcom,bus-max = <9>;
			};

			qcom,gpu-pwrlevel@3 {
				reg = <3>;
				qcom,gpu-freq = <275000000>;
				qcom,bus-freq = <4>;
				qcom,bus-min = <3>;
				qcom,bus-max = <5>;
				qcom,bus-freq = <6>;
				qcom,bus-min = <6>;
				qcom,bus-max = <8>;
			};

			qcom,gpu-pwrlevel@4 {