Flatten PID configuration and add 2U PID config

By flattening ILimit and OutLimit we can remove an interface.

Change-Id: I44ce238e77df94830e515c0c60583e50a36e7cf5
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/WFT Baseboard.json b/configurations/WFT Baseboard.json
index e7381bd..0db1be0 100644
--- a/configurations/WFT Baseboard.json
+++ b/configurations/WFT Baseboard.json
@@ -844,24 +844,23 @@
             "FFGainCoefficient": 0.0,
             "FFOffCoefficient": 0.0,
             "ICoefficient": -20.0,
-            "ILimit": {
-                "Max": 7000,
-                "Min": 3000
-            },
-            "Index": 1,
+            "ILimitMax": 7000,
+            "ILimitMin": 3000,
             "Inputs": [
                 "Core 0 CPU0"
             ],
             "Name": "Core 0 CPU0",
-            "OutLimit": {
-                "Max": 7000,
-                "Min": 3000
-            },
+            "OutLimitMax": 7000,
+            "OutLimitMin": 3000,
+            "Outputs": [],
             "PCoefficient": -300.0,
             "SetPoint": 45.0,
             "SlewNeg": -100,
             "SlewPos": 0.0,
-            "Type": "Pid"
+            "Type": "Pid",
+            "Zones": [
+                "Pid 1"
+            ]
         }
     ],
     "Name": "WFP Baseboard",
@@ -873,4 +872,4 @@
         "PartNumber": "$PRODUCT_PART_NUMBER",
         "SerialNumber": "$PRODUCT_PRODUCT_SERIAL_NUMBER"
     }
-}
+}
\ No newline at end of file