witherspoon: Update floors and ceilings for fan control

Set all fan floor speeds to 8000 RPM and fan ceiling speeds to 10500 in
preparation of initial merge of automatic fan control. This is done to
minimize any issues that may arise if automatic fan control fails to
provide adequate cooling based on the current t-control values provided.

Change-Id: I72c244686e4ae1c58c7facd25d8b9dc074a4972b
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config-native/events.yaml b/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config-native/events.yaml
index 9ae2178..f9e1e7f 100644
--- a/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config-native/events.yaml
+++ b/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config-native/events.yaml
@@ -119,10 +119,10 @@
           name: set_floor_from_average_sensor_value
           map:
               value:
-                  - 27000: 3500
-                  - 32000: 4600
-                  - 37000: 5200
-                  - 40000: 5800
+                  - 27000: 8000
+                  - 32000: 8000
+                  - 37000: 8000
+                  - 40000: 8000
               type: std::map<int64_t, uint64_t>
     - name: update_water_cooled_floor_speed_based_on_ambient
       zone_conditions:
@@ -138,10 +138,10 @@
           name: set_floor_from_average_sensor_value
           map:
               value:
-                  - 27000: 3000
-                  - 32000: 4300
-                  - 37000: 5000
-                  - 40000: 5800
+                  - 27000: 8000
+                  - 32000: 8000
+                  - 37000: 8000
+                  - 40000: 8000
               type: std::map<int64_t, uint64_t>
     - name: update_ceiling_speed_based_on_ambient
       zone_conditions:
@@ -160,6 +160,6 @@
           name: set_ceiling_from_average_sensor_value
           map:
               value:
-                  - 25000: 7200
+                  - 25000: 10500
                   - 27000: 10500
               type: std::map<int64_t, uint64_t>