Sort Exposes Alphabetically By Type

This makes it much easier to find components of
a specific type because they will be grouped together.

Tested: Sensor list was still the same

Change-Id: Iab15be34e003be1aac120864c18a80eaaa9b391c
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/A2UX8X4RISER.json b/configurations/A2UX8X4RISER.json
index e960f87..20557bf 100644
--- a/configurations/A2UX8X4RISER.json
+++ b/configurations/A2UX8X4RISER.json
@@ -2,6 +2,12 @@
     {
         "Exposes": [
             {
+                "Address": "$address",
+                "Bus": "$bus",
+                "Name": "Riser 3 Fru",
+                "Type": "EEPROM"
+            },
+            {
                 "Address": "0x4E",
                 "Bus": "$bus",
                 "Name": "Riser 3 Temp",
@@ -32,17 +38,11 @@
                     }
                 ],
                 "Type": "TMP75"
-            },
-            {
-                "Address": "$address",
-                "Bus": "$bus",
-                "Name": "Riser 3 Fru",
-                "Type": "EEPROM"
             }
         ],
         "Name": "2Ux8 Riser 3",
-        "Type": "Board",
         "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'A2UX8X4RISER'})",
+        "Type": "Board",
         "xyz.openbmc_project.Inventory.Decorator.Asset": {
             "Manufacturer": "$BOARD_MANUFACTURER",
             "Model": "$BOARD_PRODUCT_NAME",