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/PSSF212201A.json b/configurations/PSSF212201A.json
index dbcdf44..d108ddd 100644
--- a/configurations/PSSF212201A.json
+++ b/configurations/PSSF212201A.json
@@ -2,16 +2,16 @@
     {
         "Exposes": [
             {
-                "Address": "0x60",
-                "Bus": "$bus",
-                "Name": "Solum 2100W PSU 3 Device",
-                "Type": "pmbus"
-            },
-            {
                 "Address": "$address",
                 "Bus": "$bus",
                 "Name": "Solum 2100W PSU 3 FRU",
                 "Type": "EEPROM"
+            },
+            {
+                "Address": "0x60",
+                "Bus": "$bus",
+                "Name": "Solum 2100W PSU 3 Device",
+                "Type": "pmbus"
             }
         ],
         "Name": "Solum 2100W PSU 3",
@@ -27,16 +27,16 @@
     {
         "Exposes": [
             {
-                "Address": "0x59",
-                "Bus": "$bus",
-                "Name": "Solum 2100W PSU 2 Device",
-                "Type": "pmbus"
-            },
-            {
                 "Address": "$address",
                 "Bus": "$bus",
                 "Name": "Solum 2100W PSU 2 FRU",
                 "Type": "EEPROM"
+            },
+            {
+                "Address": "0x59",
+                "Bus": "$bus",
+                "Name": "Solum 2100W PSU 2 Device",
+                "Type": "pmbus"
             }
         ],
         "Name": "Solum 2100W PSU 2",
@@ -52,16 +52,16 @@
     {
         "Exposes": [
             {
-                "Address": "0x58",
-                "Bus": "$bus",
-                "Name": "Solum 2100W PSU 1 Device",
-                "Type": "pmbus"
-            },
-            {
                 "Address": "$address",
                 "Bus": "$bus",
                 "Name": "Solum 2100W PSU 1 FRU",
                 "Type": "EEPROM"
+            },
+            {
+                "Address": "0x58",
+                "Bus": "$bus",
+                "Name": "Solum 2100W PSU 1 Device",
+                "Type": "pmbus"
             }
         ],
         "Name": "Solum 2100W PSU 1",
@@ -74,4 +74,4 @@
             "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
         }
     }
-]
+]
\ No newline at end of file