wspoon: Raised floor active fan control

Provide initial release of active fan control with a 7200 RPM floor
speed for all ambient temperatures. This allows the ceiling speeds to be
set to their currently defined values.

Change-Id: I239ca95e12824e787219d2f4a16a4fd4b308b165
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 56b23f3..5b5c227 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
@@ -274,15 +274,15 @@
           - name: set_floor_from_average_sensor_value
             map:
                 value:
-                    - 27000: 10500
-                    - 32000: 10500
-                    - 37000: 10500
-                    - 40000: 10500
+                    - 27000: 7200
+                    - 32000: 7200
+                    - 37000: 7200
+                    - 40000: 7200
                 type: std::map<int64_t, uint64_t>
           - name: set_ceiling_from_average_sensor_value
             map:
                 value:
-                    - 25000: 10500
+                    - 25000: 7200
                     - 27000: 10500
                 type: std::map<int64_t, uint64_t>
     - name: set_water_cooled_speed_boundaries_based_on_ambient
@@ -299,15 +299,15 @@
           - name: set_floor_from_average_sensor_value
             map:
                 value:
-                    - 27000: 10500
-                    - 32000: 10500
-                    - 37000: 10500
-                    - 40000: 10500
+                    - 27000: 7200
+                    - 32000: 7200
+                    - 37000: 7200
+                    - 40000: 7200
                 type: std::map<int64_t, uint64_t>
           - name: set_ceiling_from_average_sensor_value
             map:
                 value:
-                    - 25000: 10500
+                    - 25000: 7200
                     - 27000: 10500
                 type: std::map<int64_t, uint64_t>
     - name: set_base_request_speed_to_max_tach_feedback