From 07f7898a96ad25b1fef9f961afa2fdd94688de87 Mon Sep 17 00:00:00 2001 From: "Evgeny Alekseev (IBS Group)" Date: Wed, 12 Oct 2022 15:05:39 +0300 Subject: IBS: Fix SILABMC-342 Fan Thresholds on restart --- .../configuration/entity-manager/SILA-Baseboard-full.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 +} -- cgit v1.2.3