configurations: Update probe expression for ASPOWER U1A-D11600 PSU
According to the datasheet update from the 2019/07/06 for the
'ASPOWER U1A-D11600 PSU' the MFR_MODEL string in FRU was changed to the
'U1A-D1600-G-11'.
Update probe expression to match this string along with the old one.
Tested:
PSU with the 'U1A-D1600-G-11' string in FRU is matched successfully
with the new EM config.
Change-Id: Ibac2cb771713c915d4c67e037a4c03bbec10851d
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
diff --git a/configurations/aspower_u1a-d11600_psu.json b/configurations/aspower_u1a-d11600_psu.json
index e089dc5..cae0245 100644
--- a/configurations/aspower_u1a-d11600_psu.json
+++ b/configurations/aspower_u1a-d11600_psu.json
@@ -140,7 +140,11 @@
}
],
"Name": "ASPOWER 1600W PSU $ADDRESS % 4 + 1",
- "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'U1A-D11600-DRB'})",
+ "Probe": [
+ "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'U1A-D11600-DRB'})",
+ "OR",
+ "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'U1A-D1600-G-11'})"
+ ],
"Type": "PowerSupply",
"xyz.openbmc_project.Inventory.Decorator.Asset": {
"Manufacturer": "$PRODUCT_MANUFACTURER",