wspoon: Enable air cooled fan control

Adjust fan floor values to allow full active fan control.

Change-Id: Idbc243af25ae4e6196a1ea89b8d878a2ca651d84
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 0d5a3d2..7a71d16 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
@@ -262,10 +262,10 @@
           - name: set_floor_from_average_sensor_value
             map:
                 value:
-                    - 27000: 7200
-                    - 32000: 7200
-                    - 37000: 7200
-                    - 40000: 7200
+                    - 27000: 3500
+                    - 32000: 4600
+                    - 37000: 5200
+                    - 40000: 5800
                 type: std::map<int64_t, uint64_t>
           - name: set_ceiling_from_average_sensor_value
             map: