summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Alekseev (IBS Group) <ealekseev@ibs.sila.ru>2022-07-14 13:24:59 +0300
committerEvgeny Alekseev (IBS Group) <ealekseev@ibs.sila.ru>2022-07-14 13:24:59 +0300
commitbaba66eb8809da7cccf6e7e798e0792ed8c8e0dc (patch)
treee73c13176e2f9b5026b7610c73e5187977d02adb
parent7a394dbdd3380e490f55fee54d8e40c05d7aa376 (diff)
downloadopenbmc-baba66eb8809da7cccf6e7e798e0792ed8c8e0dc.tar.xz
[*]entity mgr conf rm VR2, int i2c addr=>hex
-rw-r--r--meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard-full.json42
1 files changed, 5 insertions, 37 deletions
diff --git a/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard-full.json b/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard-full.json
index b70f41d710..5211809dc9 100644
--- a/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard-full.json
+++ b/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard-full.json
@@ -107,7 +107,7 @@
"Type": "AspeedFan"
},
{
- "Address": 79,
+ "Address": "0x4f",
"Bus": 6,
"Name": "Right side of the board Temp",
"Thresholds": [
@@ -139,7 +139,7 @@
"Type": "TMP75"
},
{
- "Address": 72,
+ "Address": "0x48",
"Bus": 6,
"Name": "PCH & M.2 Temp",
"Thresholds": [
@@ -171,7 +171,7 @@
"Type": "TMP75"
},
{
- "Address": 77,
+ "Address": "0x4d",
"Bus": 6,
"Name": "Inlet BRD Temp",
"Thresholds": [
@@ -203,7 +203,7 @@
"Type": "TMP75"
},
{
- "Address": 73,
+ "Address": "0x49",
"Bus": 6,
"Name": "CPUs Temp",
"Thresholds": [
@@ -736,39 +736,7 @@
}
],
"Type": "TMP75"
- },
- {
- "Address": 75,
- "Bus": 6,
- "Name": "VR 2 Temp",
- "Thresholds": [
- {
- "Direction": "greater than",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 115
- },
- {
- "Direction": "greater than",
- "Name": "upper non critical",
- "Severity": 0,
- "Value": 110
- },
- {
- "Direction": "less than",
- "Name": "lower non critical",
- "Severity": 0,
- "Value": 5
- },
- {
- "Direction": "less than",
- "Name": "lower critical",
- "Severity": 1,
- "Value": 0
- }
- ],
- "Type": "TMP75"
- }
+ }
],
"Name": "SILA Baseboard",
"Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'CP.*'})",