control:p10bmc: Update DVFS temp events

Update the initial delta from -3 to -10 degrees from the DVFS temp for
when to start increasing fans. Also update the parameter names to
denote that they are for fan target increases since a follow-on commit
will add actions to do something similar for fan target decreases using
a different delta from DVFS.

Change-Id: If208192b2b2939c1036dd3ef7a65b5c156bca34e
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/control/config_files/p10bmc/ibm,rainier-1s4u/events.json b/control/config_files/p10bmc/ibm,rainier-1s4u/events.json
index 6fcd6c1..2f596c4 100644
--- a/control/config_files/p10bmc/ibm,rainier-1s4u/events.json
+++ b/control/config_files/p10bmc/ibm,rainier-1s4u/events.json
@@ -187,10 +187,10 @@
      "actions": [
        {
          "name": "set_parameter_from_group_max",
-         "parameter_name": "proc_0_core_dvfs_temp",
+         "parameter_name": "proc_0_core_dvfs_increase_temp",
          "modifier": {
              "operator": "minus",
-             "value": 3
+             "value": 10
          }
        }
      ]
@@ -221,10 +221,10 @@
      "actions": [
        {
          "name": "set_parameter_from_group_max",
-         "parameter_name": "proc_1_core_dvfs_temp",
+         "parameter_name": "proc_1_core_dvfs_increase_temp",
          "modifier": {
              "operator": "minus",
-             "value": 3
+             "value": 10
          }
        }
      ]
@@ -255,10 +255,10 @@
      "actions": [
        {
          "name": "set_parameter_from_group_max",
-         "parameter_name": "proc_0_ioring_dvfs_temp",
+         "parameter_name": "proc_0_ioring_dvfs_increase_temp",
          "modifier": {
              "operator": "minus",
-             "value": 3
+             "value": 10
          }
        }
      ]
@@ -289,10 +289,10 @@
      "actions": [
        {
          "name": "set_parameter_from_group_max",
-         "parameter_name": "proc_1_ioring_dvfs_temp",
+         "parameter_name": "proc_1_ioring_dvfs_increase_temp",
          "modifier": {
              "operator": "minus",
-             "value": 3
+             "value": 10
          }
        }
      ]