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

Commit 15d6c99f 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: Define thermal zone for PMI632 temperature sensor"

parents d8edcc78 abfcb46b
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -749,4 +749,29 @@
			};
		};
	};

	pmi632_tz {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "step_wise";
		thermal-sensors = <&pmi632_tz>;

		trips {
			pmi632_tz_trip0: pmi632-trip0 {
				temperature = <105000>;
				hysteresis = <0>;
				type = "passive";
			};
			pmi632_tz_trip1: pmi632-trip1 {
				temperature = <125000>;
				hysteresis = <0>;
				type = "passive";
			};
			pmi632_tz_trip2: pmi632-trip2 {
				temperature = <145000>;
				hysteresis = <0>;
				type = "passive";
			};
		};
	};
};