control:cnfgs:ibm,bonnell: Enable fan control
Check in the JSON files to enable fan control on IBM's Bonnell system.
It is a 1 socket 4 DIMM 2 fan system. It uses the same fan model as the
Rainier 2U, and uses mostly the same settings as the Rainier 2U with the
exception of having some lower floors, though only when there are no hot
PCIe cards present.
The floor values when there are hot PCIe card present may change in the
future.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I30b42fa4f2c2715ba26bbfef4a3d28dc77373390
diff --git a/control/config_files/p10bmc/ibm,bonnell/zones.json b/control/config_files/p10bmc/ibm,bonnell/zones.json
index 0a9185c..48e336a 100644
--- a/control/config_files/p10bmc/ibm,bonnell/zones.json
+++ b/control/config_files/p10bmc/ibm,bonnell/zones.json
@@ -1,8 +1,8 @@
[
{
"name": "0",
- "poweron_target": 14100,
- "default_floor": 14100,
+ "poweron_target": 18000,
+ "default_floor": 18000,
"increase_delay": 5,
"decrease_interval": 30
}