Fix probing rule for PSSF162205A PSU

Currrent code will only probe PSSF162205A PSU when it's FRU is at
address 80, which means it can only be probed when it is PSU1.
This patch fixes it by removing the address condition in json file.

Fixes: 702eeae00825 ("Remove redundant PSU configurations")
The PSSF162205A PSU seems to be forgotten in that commit.

Tested:
Verified PSSF162205A is probed in entity manager when it is PSU2.

Change-Id: I147406a230e4a8bc816c8c54bcc26ea4590df009
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>
diff --git a/configurations/PSSF162205A.json b/configurations/PSSF162205A.json
index 99f400c..d272ef1 100644
--- a/configurations/PSSF162205A.json
+++ b/configurations/PSSF162205A.json
@@ -115,7 +115,7 @@
             }
         ],
         "Name": "Solum 1600W PSU$ADDRESS % 4 + 1",
-        "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'PSSF162205A', 'ADDRESS': 80})",
+        "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'PSSF162205A'})",
         "Type": "PowerSupply",
         "xyz.openbmc_project.Inventory.Decorator.Asset": {
             "Manufacturer": "$PRODUCT_MANUFACTURER",