configuration: mtmitchell: update name and probe information
Some hardware changes starting from the Mt. Mitchell DVT version that is
not compatible to the previous hardware. And older hardware version is
deprecated.
This commit updates name and probe information to match the current
supported Mt. Mitchell hardware.
Change-Id: I03024e2b90a38111e63a8c856f0dd813d975df82
Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>
diff --git a/configurations/mtmitchell_bmc.json b/configurations/mtmitchell_bmc.json
index cbc0b82..dd3f726 100644
--- a/configurations/mtmitchell_bmc.json
+++ b/configurations/mtmitchell_bmc.json
@@ -114,8 +114,8 @@
"Type": "TMP175"
}
],
- "Name": "Mt.Mitchell_BMC",
- "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*Mitchell BMC*'})",
+ "Name": "Mt.Mitchell_DCSCM_BMC",
+ "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*Mitchell BMC DC-SCM.*'})",
"Type": "Board",
"xyz.openbmc_project.Inventory.Decorator.Asset": {
"BuildDate": "$BOARD_MANUFACTURE_DATE",
diff --git a/configurations/mtmitchell_mb.json b/configurations/mtmitchell_mb.json
index 53e0642..2cf9b28 100644
--- a/configurations/mtmitchell_mb.json
+++ b/configurations/mtmitchell_mb.json
@@ -2234,9 +2234,9 @@
],
"Name": "Mt.Mitchell_Motherboard",
"Probe": [
- "FOUND('Mt.Mitchell_BMC')",
+ "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'MB'})",
"AND",
- "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'MB'})"
+ "FOUND('Mt.Mitchell_DCSCM_BMC')"
],
"Type": "Board",
"xyz.openbmc_project.Common.UUID": {