configurations: revise catalina sensors threshold
Update sensor thresholds based on recommendations from the Electrical
Engineering (EE) and thermal teams.
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: Ibe55c2364cae1ae5e59186447e234e7cdfb2ecb1
diff --git a/configurations/catalina_scm.json b/configurations/catalina_scm.json
index 63ccd72..46ec107 100644
--- a/configurations/catalina_scm.json
+++ b/configurations/catalina_scm.json
@@ -109,7 +109,7 @@
"Direction": "greater than",
"Name": "upper critical",
"Severity": 1,
- "Value": 3.6
+ "Value": 1.98
},
{
"Direction": "less than",
@@ -201,6 +201,20 @@
"Address": "0x4b",
"Bus": 9,
"Name": "SCM_TEMP_C",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 45
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 5
+ }
+ ],
"Type": "TMP75"
}
],