diff options
author | Tom Rini <trini@konsulko.com> | 2022-04-22 08:12:53 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-22 08:12:53 -0400 |
commit | 759a89924b8c5eb4ee776d03d948c80e3d104a9e (patch) | |
tree | deee4e1f20b67c8a49f8faab895e315d71c43dfa /doc | |
parent | 6e2af641e4bfed24d3edd8519dd40ec397361b4e (diff) | |
parent | e885d09dd0935c7afdb79ed108943e837414d459 (diff) | |
download | u-boot-759a89924b8c5eb4ee776d03d948c80e3d104a9e.zip u-boot-759a89924b8c5eb4ee776d03d948c80e3d104a9e.tar.gz u-boot-759a89924b8c5eb4ee776d03d948c80e3d104a9e.tar.bz2 |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-watchdog
- device-tree-bindings: watchdog: document common properties (Philippe)
- nuvoton: Add support for Nuvoton (Jim)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-tree-bindings/watchdog/common.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/watchdog/common.txt b/doc/device-tree-bindings/watchdog/common.txt new file mode 100644 index 0000000..9db6dd6 --- /dev/null +++ b/doc/device-tree-bindings/watchdog/common.txt @@ -0,0 +1,12 @@ +Common watchdog properties. + +Optional properties: +- timeout-sec : Timeout of the watchdog in seconds + If this timeout is not defined, the value of WATCHDOG_TIMEOUT_MSECS will + be used instead. +- hw_margin_ms : Period used to reset the watchdog in ms + If this period is not defined, the default value is 1000. +- u-boot,noautostart : Specify that this watchdog should not autostart + When the config option WATCHDOG_AUTOSTART is set, all enabled + watchdogs are started. This property allows specifying that this + watchdog should NOT be started. |