witherspoon - Update speed change parameters

Set each speed change event timer to 5sec and update each t-control
value and speed delta to match what's defined by the thermal team. These
can be set to match now since the fans are held at 10500 RPMs until
verified by thermal team.

Change-Id: Ibddc023c6c221162cd2d8534d5987bcc8671018d
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 74fd0ad..c9c1dd6 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
@@ -297,10 +297,10 @@
                 value: 1000
                 type: int64_t
             delta:
-                value: 10
+                value: 40
                 type: uint64_t
       timer:
-          interval: 15
+          interval: 5
     - name: occ_active_speed_changes
       precondition:
           name: property_states_match
@@ -343,10 +343,10 @@
                           value: 1000
                           type: int64_t
                       delta:
-                          value: 10
+                          value: 40
                           type: uint64_t
                 timer:
-                    interval: 15
+                    interval: 5
               - name: speed_changes_based_on_dimm_temps
                 zone_conditions:
                     - name: air_cooled_chassis
@@ -362,7 +362,7 @@
                     type: int64_t
                 actions:
                     - name: set_net_increase_speed
-                      property: 74000
+                      property: 64000
                       factor:
                           value: 1000
                           type: int64_t
@@ -370,12 +370,12 @@
                           value: 200
                           type: uint64_t
                     - name: set_net_decrease_speed
-                      property: 71000
+                      property: 61000
                       factor:
                           value: 1000
                           type: int64_t
                       delta:
-                          value: 10
+                          value: 40
                           type: uint64_t
                 timer:
-                    interval: 15
+                    interval: 5