control:p10bmc:ibm,rainier-2u: Set `default_floor` = `poweron_target`
Set the `default_floor` equal to the `poweron_target` value so that all
the configs including fan speed decreases can be merged without affect
the current fan speeds until after the thermal team has verified the
configs for active fan control is working as expected.
Change-Id: I860af01cb2d8d783a4ebe018df35fc82e869d434
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/control/config_files/p10bmc/ibm,rainier-2u/zones.json b/control/config_files/p10bmc/ibm,rainier-2u/zones.json
index 0e9339a..ad2bf08 100644
--- a/control/config_files/p10bmc/ibm,rainier-2u/zones.json
+++ b/control/config_files/p10bmc/ibm,rainier-2u/zones.json
@@ -2,7 +2,7 @@
{
"name": "0",
"poweron_target": 11200,
- "default_floor": 8000,
+ "default_floor": 11200,
"increase_delay": 5,
"decrease_interval": 30
}