Add index to OCP card name
Adds index to OCP card bus name to avoid collisions when multiple cards
are installed.
Change-Id: Ic9e56aaea454c27b7858e6858a5fdc3b7102128c
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
diff --git a/configurations/AXX2PRTHDHD.json b/configurations/AXX2PRTHDHD.json
index 7929741..bc22319 100644
--- a/configurations/AXX2PRTHDHD.json
+++ b/configurations/AXX2PRTHDHD.json
@@ -3,7 +3,7 @@
{
"Address": "$address",
"Bus": "$bus",
- "Name": "PCIe Retimer FRU",
+ "Name": "PCIe Retimer $index FRU",
"Type": "EEPROM"
},
{
@@ -71,7 +71,7 @@
"MiniSASHD3",
"MiniSASHD4"
],
- "Name": "PCIe Retimer 1 Mux",
+ "Name": "PCIe Retimer $index Mux",
"Type": "PCA9544Mux"
}
],