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

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

ARM: dts: msm: Define thermal zone for PM8916 temperature sensor for QM215



Add thermal zone definition for pm8916_tz temperature sensor for QM215.

Change-Id: I37fd6bba7886adfdfe647ae26881dd13e1ba80f8
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent a7306e91
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -465,6 +465,31 @@
				};
			};
		};

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

			trips {
				pm8916_trip0: pm8916-trip0 {
					temperature = <105000>;
					hysteresis = <0>;
					type = "passive";
				};
				pm8916_trip1: pm8916-trip1 {
					temperature = <125000>;
					hysteresis = <0>;
					type = "passive";
				};
				pm8916_trip2: pm8916-trip2 {
					temperature = <145000>;
					hysteresis = <0>;
					type = "passive";
				};
			};
		};
	};
};