control:Bonnell: Config updates
The following updates were made to the Bonnell fan control config:
- Change max RPMs to 17000 from 18000
- The fans could never actually hit 18000
- Add the real PCIe card list
- Update the floor table and the associated parameters
- Some unused floor indices are left in the table to make
it easier for future expansion.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Ia7f4627f9458322e250452e67f330ede063c7efe
diff --git a/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/zones.json b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/zones.json
index 48e336a..a43684f 100644
--- a/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/zones.json
+++ b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/zones.json
@@ -1,8 +1,8 @@
[
{
"name": "0",
- "poweron_target": 18000,
- "default_floor": 18000,
+ "poweron_target": 17000,
+ "default_floor": 17000,
"increase_delay": 5,
"decrease_interval": 30
}