Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Wolfram Sang and committed by
Wim Van Sebroeck
1cafd2a8 fcba2855

+10 -1
+10 -1
Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
··· 74 74 - clocks 75 75 - interrupts 76 76 - power-domains 77 - - resets 78 77 79 78 allOf: 80 79 - $ref: watchdog.yaml# 80 + 81 + - if: 82 + not: 83 + properties: 84 + compatible: 85 + contains: 86 + const: renesas,r8a77980-wdt 87 + then: 88 + required: 89 + - resets 81 90 82 91 additionalProperties: false 83 92