diff options
Diffstat (limited to 'Documentation/devicetree/bindings/watchdog/gpio-wdt.txt')
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/gpio-wdt.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/gpio-wdt.txt b/Documentation/devicetree/bindings/watchdog/gpio-wdt.txt index 37afec194949..198794963786 100644 --- a/Documentation/devicetree/bindings/watchdog/gpio-wdt.txt +++ b/Documentation/devicetree/bindings/watchdog/gpio-wdt.txt | |||
@@ -13,6 +13,11 @@ Required Properties: | |||
13 | by the GPIO flags. | 13 | by the GPIO flags. |
14 | - hw_margin_ms: Maximum time to reset watchdog circuit (milliseconds). | 14 | - hw_margin_ms: Maximum time to reset watchdog circuit (milliseconds). |
15 | 15 | ||
16 | Optional Properties: | ||
17 | - always-running: If the watchdog timer cannot be disabled, add this flag to | ||
18 | have the driver keep toggling the signal without a client. It will only cease | ||
19 | to toggle the signal when the device is open and the timeout elapsed. | ||
20 | |||
16 | Example: | 21 | Example: |
17 | watchdog: watchdog { | 22 | watchdog: watchdog { |
18 | /* ADM706 */ | 23 | /* ADM706 */ |