PEL: Add message registry for spare clock failure

Added message registry for spare clock initilisation failure.
This error is logged as informational and enabled the required
fields to reports externally.

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: I56cb2adaca35de587c57d3dcf06500006c218e2b
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index d772d10..69c9269 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -662,6 +662,31 @@
                     "Software error occured during memory preserving reboot"
                 ]
             }
+        }
+,
+        {
+            "Name": "org.open_power.PHAL.Error.SpareClock",
+            "Subsystem": "cec_hardware",
+            "ComponentID": "0x3000",
+            "Severity": "non_error",
+            "ActionFlags": [ "service_action", "report", "call_home" ],
+
+            "SRC":
+            {
+                "ReasonCode": "0x3009",
+                "Words6To9":
+                {
+                }
+            },
+
+            "Documentation":
+            {
+                "Description": "Error during Spare clock initialisation",
+                "Message": "Error during Spare clock initialisation",
+                "Notes": [
+                    "The CalloutList should use the clock symbolic FRU with position details."
+                ]
+            }
         },
 
         {