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

Commit 089e9f7e authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

thermal: introduce THERMAL_MAX_LIMIT macro



Introduce THERMAL_MAX_LIMIT macro for thermal devicetree definition.
This macro will represent the maximum possible mitigation a cooling
device can mitigate to.

Change-Id: I2f5df4009524b42a442f11126c97b789187202c4
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent fefaf675
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@

/* On cooling devices upper and lower limits */
#define THERMAL_NO_LIMIT		(~0)
#define THERMAL_MAX_LIMIT		(THERMAL_NO_LIMIT - 1)

#endif