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

Commit ec1fac0b authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update default lmh dcvsh thermal thresholds for qcs605



Update default lmh dcvsh thermal thresholds for qcs605 based on
recommendation.

Change-Id: Ifb36da24e32ee2cce84175d53360555182fa20c3
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent 01985c76
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -27,3 +27,23 @@
&ipa_hw {
	status = "disabled";
};

&thermal_zones {
	lmh-dcvs-00 {
		trips {
			active-config {
				temperature = <105000>;
				hysteresis = <40000>;
			};
		};
	};

	lmh-dcvs-01 {
		trips {
			active-config {
				temperature = <105000>;
				hysteresis = <40000>;
			};
		};
	};
};