diff options
| author | Biju Das <[email protected]> | 2024-01-31 10:26:52 +0000 |
|---|---|---|
| committer | Lee Jones <[email protected]> | 2024-02-08 13:05:43 +0000 |
| commit | 19c993f29e8ed2c4e34f4696b9cd0184e404c1fb (patch) | |
| tree | 0ee9a1a002b1f4276e044b4f2a9cab26af6df487 | |
| parent | 12f0a4cc845286f331239c52282aab283a0392e5 (diff) | |
dt-bindings: mfd: dlg,da9063: Update watchdog child node
Update watchdog child node by referring to dlg,da9062-watchdog binding
file and drop its definition from this file.
Signed-off-by: Biju Das <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/mfd/dlg,da9063.yaml | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/Documentation/devicetree/bindings/mfd/dlg,da9063.yaml b/Documentation/devicetree/bindings/mfd/dlg,da9063.yaml index c5a7e10d7d80..ce81e0b029cc 100644 --- a/Documentation/devicetree/bindings/mfd/dlg,da9063.yaml +++ b/Documentation/devicetree/bindings/mfd/dlg,da9063.yaml @@ -35,21 +35,6 @@ properties: "#interrupt-cells": const: 2 - dlg,use-sw-pm: - type: boolean - description: - Disable the watchdog during suspend. - Only use this option if you can't use the watchdog automatic suspend - function during a suspend (see register CONTROL_B). - - watchdog: - type: object - $ref: /schemas/watchdog/watchdog.yaml# - unevaluatedProperties: false - properties: - compatible: - const: dlg,da9063-watchdog - rtc: type: object $ref: /schemas/rtc/rtc.yaml# @@ -82,6 +67,9 @@ properties: $ref: /schemas/regulator/regulator.yaml unevaluatedProperties: false + watchdog: + $ref: /schemas/watchdog/dlg,da9062-watchdog.yaml + required: - compatible - reg |