summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Alekseev (IBS Group) <ealekseev@ibs.sila.ru>2022-06-03 10:05:06 +0300
committerEvgeny Alekseev (IBS Group) <ealekseev@ibs.sila.ru>2022-06-03 10:05:06 +0300
commitbb4c6d67445b4509ea98f2c38282b2d352857196 (patch)
tree8bce935cd5380169aed599ac3b67f76ef47c2213
parent5bc525e8e696ad7c00480102ebb2951f3bf82127 (diff)
downloadopenbmc-bb4c6d67445b4509ea98f2c38282b2d352857196.tar.xz
[Mod]SILA-Baseboard.json P12V_AUX=>P5V_STBY_PSU acording to schematics
Renamed P12V_AUX sensor and corrected upper and lower limits according to 139 and 149 pages of schematics.
-rw-r--r--meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard.json b/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard.json
index 463edea23c..ea9664de74 100644
--- a/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard.json
+++ b/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard.json
@@ -66,32 +66,32 @@
},
{
"Index": 5,
- "Name": "P12V_AUX",
- "ScaleFactor": 0.1124,
+ "Name": "P5V_STBY_PSU",
+ "ScaleFactor": 0.270,
"Thresholds": [
{
"Direction": "greater than",
"Name": "upper critical",
"Severity": 1,
- "Value": 13.494
+ "Value": 5.49
},
{
"Direction": "greater than",
"Name": "upper non critical",
"Severity": 0,
- "Value": 13.101
+ "Value": 5.245
},
{
"Direction": "less than",
"Name": "lower non critical",
"Severity": 0,
- "Value": 10.945
+ "Value": 4.75
},
{
"Direction": "less than",
"Name": "lower critical",
"Severity": 1,
- "Value": 10.616
+ "Value": 4.5
}
],
"Type": "ADC"