FBTP: provide unique names for thermal controllers

Without this change the "Stepwise" controllers for CPU's DTS were
shadowing the "Pid" sections and the resulting cooling performance was
grossly inadequate (especially with pure CPU load such as
`stress-ng $(nproc)` it was letting the cores hit thermal throttling
without ever spinning up).

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Change-Id: Iff96de6bf96189741bc97071274358274b3e0629
diff --git a/configurations/FBTP.json b/configurations/FBTP.json
index d7e82e8..b95ad77 100644
--- a/configurations/FBTP.json
+++ b/configurations/FBTP.json
@@ -393,7 +393,7 @@
             "Inputs": [
                 "DTS_CPU1"
             ],
-            "Name": "DTS_CPU1",
+            "Name": "DTS_CPU1_Pid",
             "OutLimitMax": 70,
             "OutLimitMin": 10,
             "Outputs": [],
@@ -416,7 +416,7 @@
             "Inputs": [
                 "DTS_CPU2"
             ],
-            "Name": "DTS_CPU2",
+            "Name": "DTS_CPU2_Pid",
             "OutLimitMax": 70,
             "OutLimitMin": 10,
             "Outputs": [],
@@ -510,7 +510,7 @@
             "Inputs": [
                 "DTS_CPU1"
             ],
-            "Name": "DTS_CPU1",
+            "Name": "DTS_CPU1_Stepwise",
             "NegativeHysteresis": 0,
             "Output": [
                 14.0,
@@ -537,7 +537,7 @@
             "Inputs": [
                 "DTS_CPU2"
             ],
-            "Name": "DTS_CPU2",
+            "Name": "DTS_CPU2_Stepwise",
             "NegativeHysteresis": 0,
             "Output": [
                 14.0,
@@ -1577,4 +1577,4 @@
         "PartNumber": "$PRODUCT_PART_NUMBER",
         "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
     }
-}
\ No newline at end of file
+}