thermal: tsens: Update critical temperature threshold value

Existing controller health detection uses a critical
temperature threshold of -40degC. Update the value to -95degC
so that there are no false positives seen when min threshold
is disabled and temperature goes below the threshold value.

Change-Id: If27ecfbb7b080080074bfe142f493fbf8f53f673
Signed-off-by: Siddartha Mohanadoss <smohanad@codeaurora.org>
This commit is contained in:
Siddartha Mohanadoss 2016-05-18 10:40:42 -07:00 committed by Kyle Yan
parent 687ab4acbd
commit 8b2d1771d2

View file

@ -718,7 +718,7 @@
#define TSENS_DEBUG_OFFSET_WORD2 0x8
#define TSENS_DEBUG_OFFSET_WORD3 0xc
#define TSENS_DEBUG_OFFSET_ROW 0x10
#define TSENS_DEBUG_DECIDEGC -400
#define TSENS_DEBUG_DECIDEGC -950
#define TSENS_DEBUG_MIN_CYCLE 63000
#define TSENS_DEBUG_MAX_CYCLE 64000
#define TSENS_DEBUG_POLL_MIN 200000