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

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

ARM: dts: msm: Define thermal zone for PMI632 temperature sensor



Add thermal zone definition for pmi632_tz temperature sensor.

Change-Id: Ib3b8a6d7d87002fcc234d2c43cd1a47728d48c9c
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent 479b4a0a
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -695,4 +695,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";
			};
		};
	};
};