PEL: Add PWRSPLY symbolic callout

Add the "PWRSPLY" symbolic callout to power supply errors which do not
already have a static callout. This is needed to have a callout in the
PEL when the failure escalates beyond a single power supply device and
causes a power good error.

Signed-off-by: Jim Wright <jlwright@us.ibm.com>
Change-Id: I679707e531bdfc6c7a29a239c814e682c61e3845
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index 23c7e38..981ac26 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -1563,6 +1563,14 @@
                 "Words6To9": {}
             },
 
+            "Callouts": [
+                {
+                    "CalloutList": [
+                        { "Priority": "medium", "SymbolicFRU": "pwrsply" }
+                    ]
+                }
+            ],
+
             "Documentation": {
                 "Description": "Power Supply power fault",
                 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
@@ -1587,6 +1595,14 @@
                 "Words6To9": {}
             },
 
+            "Callouts": [
+                {
+                    "CalloutList": [
+                        { "Priority": "medium", "SymbolicFRU": "pwrsply" }
+                    ]
+                }
+            ],
+
             "Documentation": {
                 "Description": "Power Supply non-power fault",
                 "Message": "A communication failure occurred talking to the power supply",
@@ -1647,6 +1663,14 @@
                 "Words6To9": {}
             },
 
+            "Callouts": [
+                {
+                    "CalloutList": [
+                        { "Priority": "medium", "SymbolicFRU": "pwrsply" }
+                    ]
+                }
+            ],
+
             "Documentation": {
                 "Description": "Power Supply configuration is not supported",
                 "Message": "The power supply configuration is not supported",
@@ -1671,6 +1695,14 @@
                 "Words6To9": {}
             },
 
+            "Callouts": [
+                {
+                    "CalloutList": [
+                        { "Priority": "medium", "SymbolicFRU": "pwrsply" }
+                    ]
+                }
+            ],
+
             "Documentation": {
                 "Description": "Power Supply fan fault",
                 "Message": "A power supply indicated a fan fault has occurred",