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: Document RZ/V2H(P) SoC

Add support for the Watchdog Timer (WDT) hardware found in the Renesas
RZ/V2H(P) SoC to the `renesas,wdt` device tree bindings.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240829193831.80768-2-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Lad Prabhakar and committed by
Wim Van Sebroeck
892067cd db60d55e

+16 -1
+16 -1
Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
··· 75 75 - renesas,r8a779h0-wdt # R-Car V4M 76 76 - const: renesas,rcar-gen4-wdt # R-Car Gen4 77 77 78 + - const: renesas,r9a09g057-wdt # RZ/V2H(P) 79 + 78 80 reg: 79 81 maxItems: 1 80 82 ··· 115 113 required: 116 114 - compatible 117 115 - reg 118 - - interrupts 119 116 - clocks 120 117 121 118 allOf: ··· 138 137 compatible: 139 138 contains: 140 139 enum: 140 + - renesas,r9a09g057-wdt 141 141 - renesas,rzg2l-wdt 142 142 - renesas,rzv2m-wdt 143 143 then: ··· 172 170 properties: 173 171 interrupts: 174 172 maxItems: 1 173 + 174 + - if: 175 + properties: 176 + compatible: 177 + contains: 178 + const: renesas,r9a09g057-wdt 179 + then: 180 + properties: 181 + interrupts: false 182 + interrupt-names: false 183 + else: 184 + required: 185 + - interrupts 175 186 176 187 additionalProperties: false 177 188