Change Type and Name to Upper Case

This is the first round of updating properties. The standard
is camel case so slowly transition that way.

Change-Id: I29824116d621f1b0c394cd5663bbd340d319cc16
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 5cafc90..4e55cac 100644
--- a/configurations/Intel Front Panel.json
+++ b/configurations/Intel Front Panel.json
@@ -3,43 +3,43 @@
         {
             "address": "$address",
             "bus": "$bus",
-            "name": "Front Panel FRU",
-            "type": "IntelFruDevice"
+            "Name": "Front Panel FRU",
+            "Type": "IntelFruDevice"
         },
         {
             "address": "0x4D",
             "bus": "$bus",
-            "name": "Front Panel Temp",
+            "Name": "Front Panel Temp",
             "thresholds": [
                 {
                     "direction": "greater than",
-                    "name": "upper critical",
+                    "Name": "upper critical",
                     "severity": 1,
                     "value": 55
                 },
                 {
                     "direction": "greater than",
-                    "name": "upper non critical",
+                    "Name": "upper non critical",
                     "severity": 0,
                     "value": 50
                 },
                 {
                     "direction": "less than",
-                    "name": "lower non critical",
+                    "Name": "lower non critical",
                     "severity": 0,
                     "value": 5
                 },
                 {
                     "direction": "less than",
-                    "name": "lower critical",
+                    "Name": "lower critical",
                     "severity": 1,
                     "value": 0
                 }
             ],
-            "type": "TMP75"
+            "Type": "TMP75"
         }
     ],
-    "name": "Intel Front Panel",
+    "Name": "Intel Front Panel",
     "probe": [
         "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'FFPANEL'})",
         "OR",