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/PSSF132202A.json b/configurations/PSSF132202A.json
index 83f02bb..7182cfc 100755
--- a/configurations/PSSF132202A.json
+++ b/configurations/PSSF132202A.json
@@ -4,19 +4,19 @@
             {
                 "address": "0x59",
                 "bus": "$bus",
-                "name": "Solum 1300W PSU 2 Device",
-                "type": "pmbus"
+                "Name": "Solum 1300W PSU 2 Device",
+                "Type": "pmbus"
             },
             {
                 "address": "$address",
                 "bus": "$bus",
-                "name": "Solum 1300W PSU 2 FRU",
-                "type": "IntelFruDevice"
+                "Name": "Solum 1300W PSU 2 FRU",
+                "Type": "IntelFruDevice"
             }
         ],
-        "name": "Solum 1300W PSU 2",
+        "Name": "Solum 1300W PSU 2",
         "probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'PSSF132202A', 'ADDRESS': 81})",
-        "type": "PowerSupply",
+        "Type": "PowerSupply",
         "xyz.openbmc_project.Inventory.Decorator.Asset": {
             "Manufacturer": "$PRODUCT_MANUFACTURER",
             "Model": "$PRODUCT_PRODUCT_NAME",
@@ -29,19 +29,19 @@
             {
                 "address": "0x58",
                 "bus": "$bus",
-                "name": "Solum 1300W PSU 1 Device",
-                "type": "pmbus"
+                "Name": "Solum 1300W PSU 1 Device",
+                "Type": "pmbus"
             },
             {
                 "address": "$address",
                 "bus": "$bus",
-                "name": "Solum 1300W PSU 1 FRU",
-                "type": "IntelFruDevice"
+                "Name": "Solum 1300W PSU 1 FRU",
+                "Type": "IntelFruDevice"
             }
         ],
-        "name": "Solum 1300W PSU 1",
+        "Name": "Solum 1300W PSU 1",
         "probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'PSSF132202A', 'ADDRESS': 80})",
-        "type": "PowerSupply",
+        "Type": "PowerSupply",
         "xyz.openbmc_project.Inventory.Decorator.Asset": {
             "Manufacturer": "$PRODUCT_MANUFACTURER",
             "Model": "$PRODUCT_PRODUCT_NAME",