Move front panel config into chassis

Different chassis will have different zones, so that
the front panel config can be different for different
chassis, move it out of the front panel config into
the chassis config.

Change-Id: I0a0e66c53c3bcf9bd29f15f480e82d2fd80a6a5e
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/Intel Front Panel.json b/configurations/Intel Front Panel.json
index 2973d86..63adeda 100644
--- a/configurations/Intel Front Panel.json
+++ b/configurations/Intel Front Panel.json
@@ -37,26 +37,6 @@
                 }
             ],
             "Type": "TMP75"
-        },
-        {
-            "Inputs": [
-                "Front Panel Temp"
-            ],
-            "Name": "Front Panel Temp",
-            "NegativeHysteresis": 2,
-            "Output": [
-                3000.0,
-                5000.0
-            ],
-            "PositiveHysteresis": 0,
-            "Reading": [
-                20.0,
-                30.0
-            ],
-            "Type": "Stepwise",
-            "Zones": [
-                "Pid 1"
-            ]
         }
     ],
     "Name": "Intel Front Panel",
diff --git a/configurations/R1000 Chassis.json b/configurations/R1000 Chassis.json
index 2264353..15c23ae 100644
--- a/configurations/R1000 Chassis.json
+++ b/configurations/R1000 Chassis.json
@@ -418,6 +418,26 @@
             ]
         },
         {
+            "Inputs": [
+                "Front Panel Temp"
+            ],
+            "Name": "Front Panel Temp",
+            "NegativeHysteresis": 2,
+            "Output": [
+                3000.0,
+                5000.0
+            ],
+            "PositiveHysteresis": 0,
+            "Reading": [
+                20.0,
+                30.0
+            ],
+            "Type": "Stepwise",
+            "Zones": [
+                "Pid 1"
+            ]
+        },
+        {
             "FailSafePercent": 90,
             "MinThermalRpm": 3000,
             "Name": "Pid 1",
diff --git a/configurations/R2000 Chassis.json b/configurations/R2000 Chassis.json
index f8dcdf3..caccd45 100644
--- a/configurations/R2000 Chassis.json
+++ b/configurations/R2000 Chassis.json
@@ -301,6 +301,26 @@
             ]
         },
         {
+            "Inputs": [
+                "Front Panel Temp"
+            ],
+            "Name": "Front Panel Temp",
+            "NegativeHysteresis": 2,
+            "Output": [
+                3000.0,
+                5000.0
+            ],
+            "PositiveHysteresis": 0,
+            "Reading": [
+                20.0,
+                30.0
+            ],
+            "Type": "Stepwise",
+            "Zones": [
+                "Pid 1"
+            ]
+        },
+        {
             "FailSafePercent": 90,
             "MinThermalRpm": 3000,
             "Name": "Pid 1",