configurations: yosemite4: update threshold for fan speed
Based on DVT test result from thermal team, the threshold of
temperature sensors on spider board and fan sensors need to be
updated due to low margin.
Change-Id: I4fa2cd66f1da1ee507f2951eea45dbfcf2bf062d
Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>
diff --git a/configurations/yosemite4_spiderboard_adc_max_pwr_ti.json b/configurations/yosemite4_spiderboard_adc_max_pwr_ti.json
index 2cc93a9..cc3a73b 100644
--- a/configurations/yosemite4_spiderboard_adc_max_pwr_ti.json
+++ b/configurations/yosemite4_spiderboard_adc_max_pwr_ti.json
@@ -997,9 +997,15 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Name": "upper non recoverable",
+ "Severity": 4,
+ "Value": 150
+ },
+ {
+ "Direction": "greater than",
"Name": "upper critical",
"Severity": 1,
- "Value": 50
+ "Value": 60
}
],
"Type": "TMP75"
@@ -1011,9 +1017,15 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Name": "upper non recoverable",
+ "Severity": 4,
+ "Value": 150
+ },
+ {
+ "Direction": "greater than",
"Name": "upper critical",
"Severity": 1,
- "Value": 50
+ "Value": 60
}
],
"Type": "TMP75"