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/SOLUM_PSSF162202_PSU.json b/configurations/SOLUM_PSSF162202_PSU.json
index 0f24b7c..11ebfab 100644
--- a/configurations/SOLUM_PSSF162202_PSU.json
+++ b/configurations/SOLUM_PSSF162202_PSU.json
@@ -2,12 +2,6 @@
     {
         "Exposes": [
             {
-                "Address": "0x59",
-                "Bus": "$bus",
-                "Name": "SOLUM CO IS162F22 PSU Device",
-                "Type": "pmbus"
-            },
-            {
                 "Address": "$address",
                 "Bus": "$bus",
                 "Name": "SOLUM CO IS162F22 PSU FRU",
@@ -26,6 +20,12 @@
                 "Index": 1,
                 "Name": "PS 1 Fan 2",
                 "Type": "I2CFan"
+            },
+            {
+                "Address": "0x59",
+                "Bus": "$bus",
+                "Name": "SOLUM CO IS162F22 PSU Device",
+                "Type": "pmbus"
             }
         ],
         "Name": "SOLUM CO IS162F22 PSU 2",
@@ -41,12 +41,6 @@
     {
         "Exposes": [
             {
-                "Address": "0x58",
-                "Bus": "$bus",
-                "Name": "SOLUM CO IS162F22 PSU Device",
-                "Type": "pmbus"
-            },
-            {
                 "Address": "$address",
                 "Bus": "$bus",
                 "Name": "SOLUM CO IS162F22 PSU FRU",
@@ -65,6 +59,12 @@
                 "Index": 1,
                 "Name": "PS 2 Fan 2",
                 "Type": "I2CFan"
+            },
+            {
+                "Address": "0x58",
+                "Bus": "$bus",
+                "Name": "SOLUM CO IS162F22 PSU Device",
+                "Type": "pmbus"
             }
         ],
         "Name": "SOLUM CO IS162F22 PSU 1",