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-4u/events.json b/control/config_files/p10bmc/ibm,rainier-4u/events.json
index 1a27273..04cca15 100644
--- a/control/config_files/p10bmc/ibm,rainier-4u/events.json
+++ b/control/config_files/p10bmc/ibm,rainier-4u/events.json
@@ -197,10 +197,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
          }
        }
      ]
@@ -231,10 +231,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
          }
        }
      ]
@@ -265,10 +265,10 @@
      "actions": [
        {
          "name": "set_parameter_from_group_max",
-         "parameter_name": "proc_2_core_dvfs_temp",
+         "parameter_name": "proc_2_core_dvfs_increase_temp",
          "modifier": {
              "operator": "minus",
-             "value": 3
+             "value": 10
          }
        }
      ]
@@ -299,10 +299,10 @@
      "actions": [
        {
          "name": "set_parameter_from_group_max",
-         "parameter_name": "proc_3_core_dvfs_temp",
+         "parameter_name": "proc_3_core_dvfs_increase_temp",
          "modifier": {
              "operator": "minus",
-             "value": 3
+             "value": 10
          }
        }
      ]
@@ -333,10 +333,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
          }
        }
      ]
@@ -368,10 +368,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
          }
        }
      ]
@@ -402,10 +402,10 @@
      "actions": [
        {
          "name": "set_parameter_from_group_max",
-         "parameter_name": "proc_2_ioring_dvfs_temp",
+         "parameter_name": "proc_2_ioring_dvfs_increase_temp",
          "modifier": {
              "operator": "minus",
-             "value": 3
+             "value": 10
          }
        }
      ]
@@ -436,10 +436,10 @@
      "actions": [
        {
          "name": "set_parameter_from_group_max",
-         "parameter_name": "proc_3_ioring_dvfs_temp",
+         "parameter_name": "proc_3_ioring_dvfs_increase_temp",
          "modifier": {
              "operator": "minus",
-             "value": 3
+             "value": 10
          }
        }
      ]