PEL: Add reg entry for master FSI detection fail

This error is created when something goes wrong during the scan the FSI
device driver does.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Ifd166ad3395602cc6d1f36356fc121379b3d2765
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index 935f79f..b7130e0 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -745,6 +745,31 @@
         },
 
         {
+            "Name": "org.open_power.Proc.FSI.Error.MasterDetectionFailure",
+            "Subsystem": "cec_chip_iface",
+            "ComponentID": "0x3000",
+            "Severity": "unrecoverable",
+
+            "SRC": {
+                "ReasonCode": "0x300C",
+                "Words6To9": {}
+            },
+
+            "Documentation": {
+                "Description": "There was a failure while initializing the FSI links",
+                "Message": "There was a failure while initializing the FSI links",
+                "Notes": [
+                    "The FSI device driver had a problem doing a scan.",
+                    "The callouts are done based on the passed in FSI device path."
+                ]
+            },
+
+            "JournalCapture": {
+                "NumLines": 75
+            }
+        },
+
+        {
             "Name": "org.open_power.OCC.Firmware.PresenceMismatch",
             "Subsystem": "bmc_firmware",
             "ComponentID": "0x2600",