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:
parent
687ab4acbd
commit
8b2d1771d2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue