dt-bindings: watchdog: renesas,wdt: add SWDT exception for V3H

The SWDT on V3H has no reset bit. Make resets optional on this SoC.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
This commit is contained in:
Wolfram Sang 2025-10-09 12:45:03 +02:00 committed by Wim Van Sebroeck
parent fcba285525
commit 1cafd2a850

View file

@ -74,11 +74,20 @@ required:
- clocks
- interrupts
- power-domains
- resets
allOf:
- $ref: watchdog.yaml#
- if:
not:
properties:
compatible:
contains:
const: renesas,r8a77980-wdt
then:
required:
- resets
additionalProperties: false
examples: