meta-ibm: sbp1: virtual_sensor_config: Update board input power sensor

Use existing virtual sensor P380V_INPUT_POWER_TOTAL as total_power.

Tested: Confirmed that board power is still working in webui.

Change-Id: Ib844714a9b02b255a8439c785f2c559a6647955d
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/sbp1/virtual_sensor_config.json b/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/sbp1/virtual_sensor_config.json
index 429fccf..eccf8e0 100644
--- a/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/sbp1/virtual_sensor_config.json
+++ b/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/sbp1/virtual_sensor_config.json
@@ -21,34 +21,13 @@
         {
           "ParamName": "P0",
           "Desc": {
-            "Name": "BCM0_Input_Power",
-            "SensorType": "power"
-          }
-        },
-        {
-          "ParamName": "P1",
-          "Desc": {
-            "Name": "BCM1_Input_Power",
-            "SensorType": "power"
-          }
-        },
-        {
-          "ParamName": "P2",
-          "Desc": {
-            "Name": "BCM2_Input_Power",
-            "SensorType": "power"
-          }
-        },
-        {
-          "ParamName": "P3",
-          "Desc": {
-            "Name": "BCM3_Input_Power",
+            "Name": "P380V_INPUT_POWER_TOTAL",
             "SensorType": "power"
           }
         }
       ]
     },
-    "Expression": "sumIgnoreNaN(P0, P1, P2, P3)"
+    "Expression": "P0"
   },
   {
     "Desc": {