Make CPU index start from 1 instead of 0 for Tioga Pass

For end-user friendly number indexing, this commit makes CPU number
index start from 1 instead of 0.

Tested: Dbus interface items of cpusensor should show CPU1 and CPU2
  instead of CPU0 and CPU1.

Change-Id: I765293a2c6365d4e6d93b71b67859d110480d91c
Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
diff --git a/configurations/FBTP.json b/configurations/FBTP.json
index 7fc4994..00e8ce3 100644
--- a/configurations/FBTP.json
+++ b/configurations/FBTP.json
@@ -327,8 +327,8 @@
         {
             "Address": "0x30",
             "Bus": 0,
-            "CpuID": 0,
-            "Name": "Skylake CPU 0",
+            "CpuID": 1,
+            "Name": "Skylake CPU 1",
             "Thresholds": [
                 {
                     "Direction": "greater than",
@@ -350,8 +350,8 @@
         {
             "Address": "0x31",
             "Bus": 0,
-            "CpuID": 1,
-            "Name": "Skylake CPU 1",
+            "CpuID": 2,
+            "Name": "Skylake CPU 2",
             "Thresholds": [
                 {
                     "Direction": "greater than",
@@ -424,9 +424,9 @@
             "ILimitMax": 70,
             "ILimitMin": 30,
             "Inputs": [
-                "Core 0 CPU0"
+                "Core 0 CPU1"
             ],
-            "Name": "Core 0 CPU0",
+            "Name": "Core 0 CPU1",
             "OutLimitMax": 70,
             "OutLimitMin": 30,
             "Outputs": [],