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

Commit 9159a813 authored by Hridya Valsaraju's avatar Hridya Valsaraju
Browse files

ANDROID: GKI: thermal: thermal_sys: Add configurable thermal trip points.



Modify enum thermal_trip_type to add configurable thermal
trip points of THERMAL_TRIP_CONFIGURABLE_HI,
THERMAL_TRIP_CONFIGURABLE_LOW, and THERMAL_TRIP_CRITICAL_LOW.

Bug: 149945768
Change-Id: I25c9c3bcfd58e44da5369187d1095559062f1860
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
Signed-off-by: default avatarDavid Brown <davidb@codeaurora.org>
(cherry picked from commit 3f67fe6c)
[hridya: commit amended to only include ABI diff].
Signed-off-by: default avatarHridya Valsaraju <hridya@google.com>
parent b30501ef
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -77,6 +77,9 @@ enum thermal_trip_type {
	THERMAL_TRIP_PASSIVE,
	THERMAL_TRIP_HOT,
	THERMAL_TRIP_CRITICAL,
	THERMAL_TRIP_CONFIGURABLE_HI,
	THERMAL_TRIP_CONFIGURABLE_LOW,
	THERMAL_TRIP_CRITICAL_LOW,
};

enum thermal_trend {