]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
dt-bindings: watchdog: renesas,wdt: add SWDT exception for V3H
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 9 Oct 2025 10:45:03 +0000 (12:45 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sat, 15 Nov 2025 14:19:51 +0000 (15:19 +0100)
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>
Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml

index 08ba128bf442023a4c687b2d7a7914ea65a89d0a..7aebc5a5cf17d2850e781d0891599cd453ce7dac 100644 (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: