From 75c0d3e1d6a871326290074434007e6b4d677d0a Mon Sep 17 00:00:00 2001 From: Vishwanatha Subbanna Date: Tue, 23 May 2017 11:58:13 +0530 Subject: Watchdog: Update Interface yaml file to remove signal Initial thought behind watchdog implementation was that when the timer expires, it would broadcast a signal. A better design was thought of in the meantime and that would call into a user requested target post timer expiration. Change-Id: Ibe148ed5cd0e8d72949324f64c87704a8e9e7236 Signed-off-by: Vishwanatha Subbanna --- xyz/openbmc_project/State/Watchdog.interface.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xyz/openbmc_project/State/Watchdog.interface.yaml b/xyz/openbmc_project/State/Watchdog.interface.yaml index 80da655..7ba0c1e 100644 --- a/xyz/openbmc_project/State/Watchdog.interface.yaml +++ b/xyz/openbmc_project/State/Watchdog.interface.yaml @@ -17,9 +17,5 @@ properties: Time remaining before timeout, in mili-second. Setting this property can re-arm the watchdog. default: 0 -signals: - - name: Timeout - description: > - Signal indicating that watchdog timed out. # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 -- cgit v1.2.1