configurations: Add Intel P5520 SSD

Add support for PCIe Gen4 P5520 SSD by extending the existing
config for P4500 SSDs.

Tests on P5520 showed that they use the correct address for
NVMe-MI (0x6a).

Tested: Can read the temperature of P5520 SSD.

Change-Id: I698c0307ea8919407e11e1f448a20ae4970ce114
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/configurations/nvme_intel_p_series.json b/configurations/nvme_intel_p_series.json
index 6db00fd..2405468 100644
--- a/configurations/nvme_intel_p_series.json
+++ b/configurations/nvme_intel_p_series.json
@@ -42,7 +42,7 @@
     ],
     "Logging": "Off",
     "Name": "NVMe $index",
-    "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'P(31|33|35|36|37|41|43|44|46|48|53|55|56|58)\\d\\d\\w?', 'PRODUCT_MANUFACTURER': '(Intel|INTEL).*'})",
+    "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'P(31|33|35|36|37|41|43|44|46|48|53|56|58)\\d\\d\\w?', 'PRODUCT_MANUFACTURER': '(Intel|INTEL).*'})",
     "Type": "NVMe",
     "xyz.openbmc_project.Inventory.Decorator.Asset": {
         "Manufacturer": "$PRODUCT_MANUFACTURER",