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

Commit e8a36581 authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

ARM: dts: msm: Update CX thermal zone thresholds for SA6155 and SA6155P



Update CX mitigation related thermal zone thresholds for SA6155 and
SA6155P targets based on latest recommendation.

Change-Id: Id3b070f546900d76dc70e60552f2d176e4345e59
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent 9c34f5b7
Loading
Loading
Loading
Loading
+72 −0
Original line number Diff line number Diff line
@@ -174,6 +174,78 @@
			};
		};
	};

	gpu-step {
		trips {
			gpu-trip {
				temperature = <105000>;
			};

			gpu-cx-mon {
				temperature = <110000>;
			};
		};
	};

	q6-hvx-step {
		trips {
			q6-hvx-config {
				temperature = <105000>;
			};

			q6-hvx-trip1 {
				temperature = <105000>;
			};

			q6-hvx-cx-mon {
				temperature = <110000>;
			};
		};
	};

	mdm-core-step {
		trips {
			mdm-core-cx-mon {
				temperature = <110000>;
			};
		};
	};

	camera-step {
		trips {
			camera-cx-mon {
				temperature = <110000>;
			};
		};
	};

	wlan-step {
		trips {
			wlan-cx-mon {
				temperature = <110000>;
			};
		};
	};

	display-step {
		trips {
			display-cx-mon {
				temperature = <110000>;
			};
		};
	};

	video-step {
		trips {
			video-cx-mon {
				temperature = <110000>;
			};
		};
	};

	quiet-therm-step {
		status = "disabled";
	};
};

/* GPU power level overrides */
+72 −0
Original line number Diff line number Diff line
@@ -202,6 +202,78 @@
			};
		};
	};

	gpu-step {
		trips {
			gpu-trip {
				temperature = <105000>;
			};

			gpu-cx-mon {
				temperature = <110000>;
			};
		};
	};

	q6-hvx-step {
		trips {
			q6-hvx-config {
				temperature = <105000>;
			};

			q6-hvx-trip1 {
				temperature = <105000>;
			};

			q6-hvx-cx-mon {
				temperature = <110000>;
			};
		};
	};

	mdm-core-step {
		trips {
			mdm-core-cx-mon {
				temperature = <110000>;
			};
		};
	};

	camera-step {
		trips {
			camera-cx-mon {
				temperature = <110000>;
			};
		};
	};

	wlan-step {
		trips {
			wlan-cx-mon {
				temperature = <110000>;
			};
		};
	};

	display-step {
		trips {
			display-cx-mon {
				temperature = <110000>;
			};
		};
	};

	video-step {
		trips {
			video-cx-mon {
				temperature = <110000>;
			};
		};
	};

	quiet-therm-step {
		status = "disabled";
	};
};

/* GPU power level overrides */