WFP: Move to 2 pid zone configuration

This is a better example of the possibilites. Also
use new regex support to add all cpus.

Tested-by: Verified fan control using sensor list
and journalctl to make sure configs were loaded

Change-Id: I9b1da9f42f8cf97d4ea749baca3cd89a30301633
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/R2000 Chassis.json b/configurations/R2000 Chassis.json
index 4be6450..9c3be95 100644
--- a/configurations/R2000 Chassis.json
+++ b/configurations/R2000 Chassis.json
@@ -177,7 +177,7 @@
             "SlewPos": 0.0,
             "Type": "Pid",
             "Zones": [
-                "Pid 1"
+                "Left"
             ]
         },
         {
@@ -201,7 +201,7 @@
             "SlewPos": 0.0,
             "Type": "Pid",
             "Zones": [
-                "Pid 1"
+                "Left"
             ]
         },
         {
@@ -225,7 +225,7 @@
             "SlewPos": 0.0,
             "Type": "Pid",
             "Zones": [
-                "Pid 1"
+                "Left"
             ]
         },
         {
@@ -249,7 +249,7 @@
             "SlewPos": 0.0,
             "Type": "Pid",
             "Zones": [
-                "Pid 1"
+                "Right"
             ]
         },
         {
@@ -273,7 +273,7 @@
             "SlewPos": 0.0,
             "Type": "Pid",
             "Zones": [
-                "Pid 1"
+                "Right"
             ]
         },
         {
@@ -297,7 +297,7 @@
             "SlewPos": 0.0,
             "Type": "Pid",
             "Zones": [
-                "Pid 1"
+                "Right"
             ]
         },
         {
@@ -317,13 +317,20 @@
             ],
             "Type": "Stepwise",
             "Zones": [
-                "Pid 1"
+                "Left",
+                "Right"
             ]
         },
         {
             "FailSafePercent": 100,
             "MinThermalRpm": 3000,
-            "Name": "Pid 1",
+            "Name": "Left",
+            "Type": "Pid.Zone"
+        },
+        {
+            "FailSafePercent": 100,
+            "MinThermalRpm": 3000,
+            "Name": "Right",
             "Type": "Pid.Zone"
         },
         {