summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2021-05-27 18:42:48 +0300
committerMatthew Barth <msbarth@linux.ibm.com>2021-06-08 18:34:02 +0300
commite9d44ca67524e7d8812c4c7266258e742b630adc (patch)
tree6ccbccdd3e0ea5c69db1854bc7ce2b578e8433da /meta-ibm
parente378cca6fdb9f6052609fd13e90a5e6c712e933e (diff)
downloadopenbmc-e9d44ca67524e7d8812c4c7266258e742b630adc.tar.xz
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 <msbarth@us.ibm.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-1s4u/zones.json4
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan/p10bmc/rainier-4u/zones.json4
2 files changed, 4 insertions, 4 deletions
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 b2c96070b..006f45fd8 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 b2c96070b..006f45fd8 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
}