From e9d44ca67524e7d8812c4c7266258e742b630adc Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Thu, 27 May 2021 10:42:48 -0500 Subject: ibm: rainier4u: Increase poweron fan speed to 10000rpm It's been found that the processors are generating more preheat than anticipated and the rainier 4u systems currently being built may not have the baffles available to be installed. Increasing the poweron fan speed to overcome this preheat affect to the PCIE area so PCIE cards do not overtemp. Change-Id: I03414fc4cc9cd3aa8d248c4b1408bab658978f48 Signed-off-by: Matthew Barth --- .../recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-1s4u/zones.json | 4 ++-- .../recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-4u/zones.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-ibm') diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-1s4u/zones.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-1s4u/zones.json index b2c96070b7..006f45fd8d 100644 --- a/meta-ibm/recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-1s4u/zones.json +++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-1s4u/zones.json @@ -1,8 +1,8 @@ [ { "name": "0", - "full_speed": 6000, - "default_floor": 6000, + "full_speed": 10000, + "default_floor": 10000, "increase_delay": 5, "decrease_interval": 30 } diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-4u/zones.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-4u/zones.json index b2c96070b7..006f45fd8d 100644 --- a/meta-ibm/recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-4u/zones.json +++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-4u/zones.json @@ -1,8 +1,8 @@ [ { "name": "0", - "full_speed": 6000, - "default_floor": 6000, + "full_speed": 10000, + "default_floor": 10000, "increase_delay": 5, "decrease_interval": 30 } -- cgit v1.2.3