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/AXX2PRTHDHD.json b/configurations/AXX2PRTHDHD.json
index bc22319..b74465c 100644
--- a/configurations/AXX2PRTHDHD.json
+++ b/configurations/AXX2PRTHDHD.json
@@ -7,6 +7,42 @@
"Type": "EEPROM"
},
{
+ "Address": "0x74",
+ "Bus": "$bus",
+ "ChannelNames": [
+ "MiniSASHD1",
+ "MiniSASHD2",
+ "MiniSASHD3",
+ "MiniSASHD4"
+ ],
+ "Name": "PCIe Retimer $index Mux",
+ "Type": "PCA9544Mux"
+ },
+ {
+ "Class": "temp",
+ "FFGainCoefficient": 0.0,
+ "FFOffCoefficient": 0.0,
+ "ICoefficient": -0.1,
+ "ILimitMax": 100,
+ "ILimitMin": 30,
+ "Inputs": [
+ "PCIE Retimer Temp"
+ ],
+ "Name": "PCIE Retimer Temp",
+ "OutLimitMax": 100,
+ "OutLimitMin": 30,
+ "Outputs": [],
+ "PCoefficient": -0.15,
+ "SetPoint": 45.0,
+ "SlewNeg": -1,
+ "SlewPos": 0.0,
+ "Type": "Pid",
+ "Zones": [
+ "Left",
+ "Right"
+ ]
+ },
+ {
"Address": "0x4F",
"Bus": "$bus",
"Name": "PCIE Retimer Temp",
@@ -37,47 +73,11 @@
}
],
"Type": "TMP75"
- },
- {
- "Class": "temp",
- "FFGainCoefficient": 0.0,
- "FFOffCoefficient": 0.0,
- "ICoefficient": -0.1,
- "ILimitMax": 100,
- "ILimitMin": 30,
- "Inputs": [
- "PCIE Retimer Temp"
- ],
- "Name": "PCIE Retimer Temp",
- "OutLimitMax": 100,
- "OutLimitMin": 30,
- "Outputs": [],
- "PCoefficient": -0.15,
- "SetPoint": 45.0,
- "SlewNeg": -1,
- "SlewPos": 0.0,
- "Type": "Pid",
- "Zones": [
- "Left",
- "Right"
- ]
- },
- {
- "Address": "0x74",
- "Bus": "$bus",
- "ChannelNames": [
- "MiniSASHD1",
- "MiniSASHD2",
- "MiniSASHD3",
- "MiniSASHD4"
- ],
- "Name": "PCIe Retimer $index Mux",
- "Type": "PCA9544Mux"
}
],
"Name": "PCIE Retimer",
- "Type": "Board",
"Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'AXX2PRTHDHD'})",
+ "Type": "Board",
"xyz.openbmc_project.Inventory.Decorator.Asset": {
"Manufacturer": "$BOARD_MANUFACTURER",
"Model": "$BOARD_PRODUCT_NAME",