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/8X25 HSBP.json b/configurations/8X25 HSBP.json
index 590c058..ca7574f 100644
--- a/configurations/8X25 HSBP.json
+++ b/configurations/8X25 HSBP.json
@@ -2,18 +2,18 @@
     "exposes": [
         {
             "address": "0xEB",
-            "name": "HSBP $index Drive Mux",
-            "type": "GenericSMBusMux"
+            "Name": "HSBP $index Drive Mux",
+            "Type": "GenericSMBusMux"
         },
         {
-            "name": "HSBP $index FRU",
-            "type": "IntelHsbpFruDevice"
+            "Name": "HSBP $index FRU",
+            "Type": "IntelHsbpFruDevice"
         },
         {
-            "name": "HSBP $index Temperature",
-            "type": "IntelHsbpTempSensor"
+            "Name": "HSBP $index Temperature",
+            "Type": "IntelHsbpTempSensor"
         }
     ],
-    "name": "1U_HSBP",
+    "Name": "1U_HSBP",
     "probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME':'F1U8X25S3PHSBP'})"
 }
\ No newline at end of file