PEL: Update host watchdog timeout event name

watchdog: Update host watchdog event name triggered

When the host watchdog timer hits, if the hostboot-dump-collection flag
is disabled in openpower-debug-collector, the
org.open_power.Host.Boot.Error.WatchdogTimedOut event is triggered.

Whereas if the hostboot-dump-collection flag is enabled,
the org.open_power.Host.Boot.Error.WatchdogTimeout event is triggered

Due to this, when host dump collection is disabled, the event did not
match any entry in registry entry. Changing the event name and the
message registry in both enabled and disabled cases to
org.open_power.Host.Boot.Error.WatchdogTimedOut to see the expected PEL

Fix:
Update the event name to org.open_power.Host.Boot.Error.WatchdogTimedOut

Test:
Tested and verified that in both scenarios it creates SRC BD5EC101 PEL

Change-Id: I869588e4c0bf7f67aff1cef019f300a47bf29f63
Signed-off-by: Deepa Karthikeyan <deepakala.karthikeyan@ibm.com>
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index 37a7ff1..48d0a12 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -5599,7 +5599,7 @@
         },
 
         {
-            "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout",
+            "Name": "org.open_power.Host.Boot.Error.WatchdogTimedOut",
             "Subsystem": "cec_sp_hostboot_iface",
 
             "SRC": {