From c39e8ce1a6c1929b8acb2f22385b408ef6a38f57 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 15 Jan 2019 15:06:00 -0800 Subject: watchdog: Rename timer use fields and enum The name of the num should not contain the word Field as the type is not a field, just the use case for the timer. The properties on the watchdog object should be clear as to being the current or last expired timer use. Change-Id: Iee21fbfa97e5ef0634b3f806a43d7d3e66288661 Signed-off-by: William A. Kennington III --- xyz/openbmc_project/State/Watchdog.interface.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'xyz') diff --git a/xyz/openbmc_project/State/Watchdog.interface.yaml b/xyz/openbmc_project/State/Watchdog.interface.yaml index 166d400..da95d4c 100644 --- a/xyz/openbmc_project/State/Watchdog.interface.yaml +++ b/xyz/openbmc_project/State/Watchdog.interface.yaml @@ -44,15 +44,15 @@ properties: Time remaining before timeout, in milli-second. Setting this property can re-arm the watchdog. default: 0 - - name: TimerUse - type: enum[self.TimerUseField] + - name: CurrentTimerUse + type: enum[self.TimerUse] description: > - The current timer use assigned to the watchdog timer. + The host defined user of this timer. default: 'Reserved' - - name: TimerUseExpirationFlag - type: enum[self.TimerUseField] + - name: ExpiredTimerUse + type: enum[self.TimerUse] description: > - The current timer use expiration flags assigned to the watchdog timer. + The timer user at the time of expiration. default: 'Reserved' enumerations: @@ -73,7 +73,7 @@ enumerations: description: > Perform a power cycle of the system. - - name: TimerUseField + - name: TimerUse description: > The type of timer use. values: -- cgit v1.2.1