configurations: yosemite4: revise sensors' name in fan table

The PLDM sensor name format was changed to prepend the terminus name in
the latest pldmd service.
Therefore, revised the sensors' name in fan control config of Sentinel
Dome and Wailua Falls board.

Tested:
Checked all the fan tables of Sentinel Dome and Wailua Falls are
correct.

Change-Id: I533c9902f5371b1f74e07f5d660379558b99013c
Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>
diff --git a/configurations/yosemite4_sentineldome_t1_retimer.json b/configurations/yosemite4_sentineldome_t1_retimer.json
index dc914e2..36e0f97 100644
--- a/configurations/yosemite4_sentineldome_t1_retimer.json
+++ b/configurations/yosemite4_sentineldome_t1_retimer.json
@@ -10,18 +10,18 @@
             "ILimitMax": 100,
             "ILimitMin": -50,
             "Inputs": [
-                "MB_DIMM_A_TEMP_C_5 $bus % 15 * 10",
-                "MB_DIMM_B_TEMP_C_6 $bus % 15 * 10",
-                "MB_DIMM_C_TEMP_C_7 $bus % 15 * 10",
-                "MB_DIMM_D_TEMP_C_8 $bus % 15 * 10",
-                "MB_DIMM_E_TEMP_C_9 $bus % 15 * 10",
-                "MB_DIMM_G_TEMP_C_11 $bus % 15 * 10",
-                "MB_DIMM_H_TEMP_C_12 $bus % 15 * 10",
-                "MB_DIMM_I_TEMP_C_13 $bus % 15 * 10",
-                "MB_DIMM_J_TEMP_C_14 $bus % 15 * 10",
-                "MB_DIMM_K_TEMP_C_15 $bus % 15 * 10"
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_A_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_B_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_C_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_D_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_E_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_G_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_H_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_I_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_J_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_K_TEMP_C"
             ],
-            "Name": "PID_MB_DIMM $bus % 15 * 10",
+            "Name": "PID_MB_DIMM_Slot $bus % 15",
             "NegativeHysteresis": 2.0,
             "OutLimitMax": 100,
             "OutLimitMin": 0,
@@ -45,9 +45,9 @@
             "ILimitMax": 100,
             "ILimitMin": -50,
             "Inputs": [
-                "MB_CPU_TEMP_C_4 $bus % 15 * 10"
+                "Sentinel_Dome_Slot $bus % 15 MB_CPU_TEMP_C"
             ],
-            "Name": "PID_MB_CPU $bus % 15 * 10",
+            "Name": "PID_MB_CPU_Slot $bus % 15",
             "NegativeHysteresis": 3.0,
             "OutLimitMax": 100,
             "OutLimitMin": 0,
@@ -71,9 +71,9 @@
             "ILimitMax": 100,
             "ILimitMin": -50,
             "Inputs": [
-                "MB_SSD_BOOT_TEMP_C_17 $bus % 15 * 10"
+                "Sentinel_Dome_Slot $bus % 15 MB_SSD_BOOT_TEMP_C"
             ],
-            "Name": "PID_MB_SSD_BOOT $bus % 15 * 10",
+            "Name": "PID_MB_SSD_BOOT_Slot $bus % 15",
             "NegativeHysteresis": 2.0,
             "OutLimitMax": 100,
             "OutLimitMin": 0,
@@ -97,13 +97,13 @@
             "ILimitMax": 100,
             "ILimitMin": -50,
             "Inputs": [
-                "MB_VR_CPU0_TEMP_C_19 $bus % 15 * 10",
-                "MB_VR_SOC_TEMP_C_20 $bus % 15 * 10",
-                "MB_VR_CPU1_TEMP_C_21 $bus % 15 * 10",
-                "MB_VR_PVDDIO_TEMP_C_22 $bus % 15 * 10",
-                "MB_VR_PVDD11_TEMP_C_23 $bus % 15 * 10"
+                "Sentinel_Dome_Slot $bus % 15 MB_VR_CPU0_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_VR_SOC_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_VR_CPU1_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_VR_PVDDIO_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_VR_PVDD11_TEMP_C"
             ],
-            "Name": "PID_SD_VR $bus % 15 * 10",
+            "Name": "PID_MB_VR_Slot $bus % 15",
             "NegativeHysteresis": 3.0,
             "OutLimitMax": 100,
             "OutLimitMin": 0,
@@ -120,10 +120,10 @@
         {
             "Class": "temp",
             "Inputs": [
-                "MB_INLET_TEMP_C_1 $bus % 15 * 10",
-                "MB_OUTLET_TEMP_C_2 $bus % 15 * 10"
+                "Sentinel_Dome_Slot $bus % 15 MB_INLET_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_OUTLET_TEMP_C"
             ],
-            "Name": "Stepwise_MB_INLET_OUTLET_TEMP $bus % 15 * 10",
+            "Name": "Stepwise_MB_INLET_OUTLET_TEMP_Slot $bus % 15",
             "NegativeHysteresis": 0,
             "Output": [
                 20.0
@@ -140,9 +140,9 @@
         {
             "Class": "temp",
             "Inputs": [
-                "MB_X8_RETIMER_TEMP_C_24 $bus % 15 * 10"
+                "Sentinel_Dome_Slot $bus % 15 MB_X8_RETIMER_TEMP_C"
             ],
-            "Name": "Stepwise_MB_RETIMER_TEMP $bus % 15 * 10",
+            "Name": "Stepwise_MB_RETIMER_TEMP_Slot $bus % 15",
             "NegativeHysteresis": 0,
             "Output": [
                 20.0
@@ -159,9 +159,9 @@
         {
             "Class": "temp",
             "Inputs": [
-                "Calibrated_MB_FIO_TEMP_C_3 $bus % 15 * 10"
+                "Calibrated_Sentinel_Dome_Slot $bus % 15 MB_FIO_TEMP_C"
             ],
-            "Name": "Stepwise_MB_FIO $bus % 15 * 10",
+            "Name": "Stepwise_MB_FIO_Slot $bus % 15",
             "NegativeHysteresis": 2,
             "Output": [
                 20.0,
@@ -216,18 +216,18 @@
         {
             "Class": "temp",
             "Inputs": [
-                "MB_DIMM_A_TEMP_C_5 $bus % 15 * 10",
-                "MB_DIMM_B_TEMP_C_6 $bus % 15 * 10",
-                "MB_DIMM_C_TEMP_C_7 $bus % 15 * 10",
-                "MB_DIMM_D_TEMP_C_8 $bus % 15 * 10",
-                "MB_DIMM_E_TEMP_C_9 $bus % 15 * 10",
-                "MB_DIMM_G_TEMP_C_11 $bus % 15 * 10",
-                "MB_DIMM_H_TEMP_C_12 $bus % 15 * 10",
-                "MB_DIMM_I_TEMP_C_13 $bus % 15 * 10",
-                "MB_DIMM_J_TEMP_C_14 $bus % 15 * 10",
-                "MB_DIMM_K_TEMP_C_15 $bus % 15 * 10"
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_A_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_B_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_C_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_D_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_E_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_G_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_H_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_I_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_J_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_DIMM_K_TEMP_C"
             ],
-            "Name": "Stepwise_MB_DIMM $bus % 15 * 10",
+            "Name": "Stepwise_MB_DIMM_Slot $bus % 15",
             "NegativeHysteresis": 2,
             "Output": [
                 20.0,
@@ -254,9 +254,9 @@
         {
             "Class": "temp",
             "Inputs": [
-                "MB_CPU_TEMP_C_4 $bus % 15 * 10"
+                "Sentinel_Dome_Slot $bus % 15 MB_CPU_TEMP_C"
             ],
-            "Name": "Stepwise_MB_CPU $bus % 15 * 10",
+            "Name": "Stepwise_MB_CPU_Slot $bus % 15",
             "NegativeHysteresis": 3,
             "Output": [
                 20.0,
@@ -289,9 +289,9 @@
         {
             "Class": "temp",
             "Inputs": [
-                "MB_SSD_BOOT_TEMP_C_17 $bus % 15 * 10"
+                "Sentinel_Dome_Slot $bus % 15 MB_SSD_BOOT_TEMP_C"
             ],
-            "Name": "Stepwise_MB_SSD_BOOT $bus % 15 * 10",
+            "Name": "Stepwise_MB_SSD_BOOT_Slot $bus % 15",
             "NegativeHysteresis": 2,
             "Output": [
                 20.0,
@@ -318,13 +318,13 @@
         {
             "Class": "temp",
             "Inputs": [
-                "MB_VR_CPU0_TEMP_C_19 $bus % 15 * 10",
-                "MB_VR_SOC_TEMP_C_20 $bus % 15 * 10",
-                "MB_VR_CPU1_TEMP_C_21 $bus % 15 * 10",
-                "MB_VR_PVDDIO_TEMP_C_22 $bus % 15 * 10",
-                "MB_VR_PVDD11_TEMP_C_23 $bus % 15 * 10"
+                "Sentinel_Dome_Slot $bus % 15 MB_VR_CPU0_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_VR_SOC_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_VR_CPU1_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_VR_PVDDIO_TEMP_C",
+                "Sentinel_Dome_Slot $bus % 15 MB_VR_PVDD11_TEMP_C"
             ],
-            "Name": "Stepwise_SD_VR $bus % 15 * 10",
+            "Name": "Stepwise_MB_VR_Slot $bus % 15",
             "NegativeHysteresis": 3,
             "Output": [
                 20.0,