Remove DIMM threshold configuration
This commit removes DIMM threshold configurations to use reading
values from PECI hwmon drivers.
Change-Id: I4d6b81d239833e7b37d768ab21bb9fd7ec049ca5
Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
diff --git a/configurations/WFT Baseboard.json b/configurations/WFT Baseboard.json
index f207a60..23e2d05 100644
--- a/configurations/WFT Baseboard.json
+++ b/configurations/WFT Baseboard.json
@@ -2165,22 +2165,6 @@
"Polarity": "Low"
}
],
- "Thresholds": [
- {
- "Direction": "greater than",
- "Label": "DIMM",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 99
- },
- {
- "Direction": "greater than",
- "Label": "DIMM",
- "Name": "upper non critical",
- "Severity": 0,
- "Value": 89
- }
- ],
"Type": "XeonCPU"
},
{
@@ -2194,22 +2178,6 @@
"Polarity": "Low"
}
],
- "Thresholds": [
- {
- "Direction": "greater than",
- "Label": "DIMM",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 99
- },
- {
- "Direction": "greater than",
- "Label": "DIMM",
- "Name": "upper non critical",
- "Severity": 0,
- "Value": 89
- }
- ],
"Type": "XeonCPU"
}
],