Skip to content

Commit b191287

Browse files
pfiserWim Van Sebroeck
authored andcommitted
dt-bindings: mfd: da9063: watchdog: add suspend disable option
Document the watchdog disable option which can be used if the hardware automatic suspend option is broken. Based on commit c514430 ("dt-bindings: watchdog: da9062: add suspend disable option"). Signed-off-by: Primoz Fiser <[email protected]> Reviewed-by: Rob Herring <[email protected]> Reviewed-by: Adam Thomson <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent 5b38db0 commit b191287

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Documentation/devicetree/bindings/mfd/da9063.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,13 @@ Sub-nodes:
6464
and KEY_SLEEP.
6565

6666
- watchdog : This node defines settings for the Watchdog timer associated
67-
with the DA9063 and DA9063L. There are currently no entries in this
68-
binding, however compatible = "dlg,da9063-watchdog" should be added
69-
if a node is created.
67+
with the DA9063 and DA9063L. The node should contain the compatible property
68+
with the value "dlg,da9063-watchdog".
7069

70+
Optional watchdog properties:
71+
- dlg,use-sw-pm: Add this property to disable the watchdog during suspend.
72+
Only use this option if you can't use the watchdog automatic suspend
73+
function during a suspend (see register CONTROL_B).
7174

7275
Example:
7376

0 commit comments

Comments
 (0)