summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Alekseev (IBS Group) <ealekseev@ibs.sila.ru>2022-10-12 15:05:39 +0300
committerEvgeny Alekseev (IBS Group) <ealekseev@ibs.sila.ru>2022-10-12 15:05:39 +0300
commit790014bd52add5f6b256aa30e27be815cb0bb139 (patch)
treec40310d48849eb35b1a98af45a09d2919a5bc99a
parent2923f4eb9b8c8735c3073558325ca95c9d4945eb (diff)
downloadopenbmc-790014bd52add5f6b256aa30e27be815cb0bb139.tar.xz
IBS: Fix SILABMC-342 Fan Thresholds on restart
-rwxr-xr-xmeta-ibs/meta-cp2-5422/recipes-phosphor/configuration/entity-manager/SILA-Baseboard-full.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-ibs/meta-cp2-5422/recipes-phosphor/configuration/entity-manager/SILA-Baseboard-full.json b/meta-ibs/meta-cp2-5422/recipes-phosphor/configuration/entity-manager/SILA-Baseboard-full.json
index 6b844c1165..f04ee243be 100755
--- a/meta-ibs/meta-cp2-5422/recipes-phosphor/configuration/entity-manager/SILA-Baseboard-full.json
+++ b/meta-ibs/meta-cp2-5422/recipes-phosphor/configuration/entity-manager/SILA-Baseboard-full.json
@@ -57,6 +57,7 @@
"Index": 0,
"Name": "System Fan 1",
"Type": "AspeedFan",
+ "PowerState": "On",
"Thresholds": [
{
"Direction": "greater than",
@@ -95,6 +96,7 @@
"Index": 4,
"Name": "System Fan 2",
"Type": "AspeedFan",
+ "PowerState": "On",
"Thresholds": [
{
"Direction": "greater than",
@@ -133,6 +135,7 @@
"Index": 5,
"Name": "System Fan 3",
"Type": "AspeedFan",
+ "PowerState": "On",
"Thresholds": [
{
"Direction": "greater than",
@@ -171,6 +174,7 @@
"Index": 8,
"Name": "CPU1 Fan",
"Type": "AspeedFan",
+ "PowerState": "On",
"Thresholds": [
{
"Direction": "greater than",
@@ -209,6 +213,7 @@
"Index": 6,
"Name": "CPU2 Fan",
"Type": "AspeedFan",
+ "PowerState": "On",
"Thresholds": [
{
"Direction": "greater than",
@@ -1482,4 +1487,4 @@
"ProductId": 123
},
"xyz.openbmc_project.Inventory.Item.System": {}
-} \ No newline at end of file
+}