diff options
author | Biju Das <[email protected]> | 2023-12-10 13:47:12 +0000 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2023-12-17 16:14:25 +0100 |
commit | f84ce9f29de988fac9c7dbe7cd5faf313bbd9414 (patch) | |
tree | d4ecb9aef43d82096ec5dd38881d02b19812362d | |
parent | ddba46c82729a77dd4b43b9e8c960fd239dee99f (diff) |
dt-bindings: watchdog: dlg,da9062-watchdog: Document DA9063 watchdog
Document DA9063 watchdog device as it is similar to DA9062 watchdog.
Signed-off-by: Biju Das <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Reviewed-by: Geert Uytterhoeven <[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]>
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml b/Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml index 9192315e559d..c8f698120597 100644 --- a/Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml +++ b/Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml @@ -4,7 +4,7 @@ $id: http://devicetree.org/schemas/watchdog/dlg,da9062-watchdog.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# -title: Dialog Semiconductor DA9062/61 Watchdog Timer +title: Dialog Semiconductor DA906{1,2,3} Watchdog Timer maintainers: - Steve Twiss <[email protected]> @@ -17,6 +17,7 @@ properties: oneOf: - enum: - dlg,da9062-watchdog + - dlg,da9063-watchdog - items: - const: dlg,da9061-watchdog - const: dlg,da9062-watchdog |