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/AHW1UM2RISER.json b/configurations/AHW1UM2RISER.json
index f57e13d..82a3f14 100644
--- a/configurations/AHW1UM2RISER.json
+++ b/configurations/AHW1UM2RISER.json
@@ -2,6 +2,24 @@
     {
         "Exposes": [
             {
+                "Address": "$address",
+                "Bus": "$bus",
+                "Name": "Riser 1 Fru",
+                "Type": "EEPROM"
+            },
+            {
+                "Address": "0x72",
+                "Bus": "$bus",
+                "ChannelNames": [
+                    "Pcie_Slot_1",
+                    "Pcie_Slot_2",
+                    "Pcie_Slot_3",
+                    ""
+                ],
+                "Name": "Riser 1 Mux",
+                "Type": "PCA9545Mux"
+            },
+            {
                 "Address": "0x4e",
                 "Bus": "$bus",
                 "Name": "Riser 1 Temp",
@@ -32,24 +50,6 @@
                     }
                 ],
                 "Type": "TMP75"
-            },
-            {
-                "Address": "0x72",
-                "Bus": "$bus",
-                "ChannelNames": [
-                    "Pcie_Slot_1",
-                    "Pcie_Slot_2",
-                    "Pcie_Slot_3",
-                    ""
-                ],
-                "Name": "Riser 1 Mux",
-                "Type": "PCA9545Mux"
-            },
-            {
-                "Address": "$address",
-                "Bus": "$bus",
-                "Name": "Riser 1 Fru",
-                "Type": "EEPROM"
             }
         ],
         "Name": "Riser 1",
@@ -64,6 +64,24 @@
     {
         "Exposes": [
             {
+                "Address": "$address",
+                "Bus": "$bus",
+                "Name": "Riser 2 Fru",
+                "Type": "EEPROM"
+            },
+            {
+                "Address": "0x73",
+                "Bus": "$bus",
+                "ChannelNames": [
+                    "Pcie_Slot_1",
+                    "Pcie_Slot_2",
+                    "Pcie_Slot_3",
+                    ""
+                ],
+                "Name": "Riser 2 Mux",
+                "Type": "PCA9545Mux"
+            },
+            {
                 "Address": "0x4f",
                 "Bus": "$bus",
                 "Name": "Riser 2 Temp",
@@ -94,24 +112,6 @@
                     }
                 ],
                 "Type": "TMP75"
-            },
-            {
-                "Address": "0x73",
-                "Bus": "$bus",
-                "ChannelNames": [
-                    "Pcie_Slot_1",
-                    "Pcie_Slot_2",
-                    "Pcie_Slot_3",
-                    ""
-                ],
-                "Name": "Riser 2 Mux",
-                "Type": "PCA9545Mux"
-            },
-            {
-                "Address": "$address",
-                "Bus": "$bus",
-                "Name": "Riser 2 Fru",
-                "Type": "EEPROM"
             }
         ],
         "Name": "Riser 2",
@@ -123,4 +123,4 @@
             "SerialNumber": "$BOARD_SERIAL_NUMBER"
         }
     }
-]
+]
\ No newline at end of file