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

Commit fc4cb05a 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: Update default lmh dcvsh thermal thresholds for qcs605"

parents ceb7e85b ec1fac0b
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>;
			};
		};
	};
};