control:p10bmc:ibm,rainier-2u: Update for new fan hardware speeds
Update high speed targets within the configs from 11200rpm to 17250rpm.
This will be the `poweron_target`, `default_floor`, and the target set
for events that drive fans to full speed.
Change-Id: Ifcdde189b9a5b5fa34b0c3224418f37afe05525f
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/control/config_files/p10bmc/ibm,rainier-2u/events.json b/control/config_files/p10bmc/ibm,rainier-2u/events.json
index 0f9b432..0844a55 100644
--- a/control/config_files/p10bmc/ibm,rainier-2u/events.json
+++ b/control/config_files/p10bmc/ibm,rainier-2u/events.json
@@ -24,7 +24,7 @@
"name": "count_state_before_target",
"count": 1,
"state": false,
- "target": 11200
+ "target": 17250
}
]
},
@@ -78,7 +78,7 @@
"name": "count_state_before_target",
"count": 1,
"state": false,
- "target": 11200
+ "target": 17250
}
]
},
@@ -130,7 +130,7 @@
"property": { "name": "OccActive" }
}
],
- "target": 11200
+ "target": 17250
}
]
}
@@ -167,7 +167,7 @@
"name": "count_state_floor",
"count": 1,
"state": false,
- "floor": 11200
+ "floor": 17250
}
]
},
diff --git a/control/config_files/p10bmc/ibm,rainier-2u/zones.json b/control/config_files/p10bmc/ibm,rainier-2u/zones.json
index ad2bf08..a87ae50 100644
--- a/control/config_files/p10bmc/ibm,rainier-2u/zones.json
+++ b/control/config_files/p10bmc/ibm,rainier-2u/zones.json
@@ -1,8 +1,8 @@
[
{
"name": "0",
- "poweron_target": 11200,
- "default_floor": 11200,
+ "poweron_target": 17250,
+ "default_floor": 17250,
"increase_delay": 5,
"decrease_interval": 30
}