Skip to content

Commit f55937e

Browse files
prabhakarladWim Van Sebroeck
authored andcommitted
dt-bindings: watchdog: renesas,wdt: Document RZ/V2N (R9A09G056) support
Document support for the watchdog IP found on the Renesas RZ/V2N (R9A09G056) SoC. The watchdog IP is identical to that on RZ/V2H(P), so `renesas,r9a09g057-wdt` will be used as a fallback compatible, enabling reuse of the existing driver without changes. Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Acked-by: Conor Dooley <[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]>
1 parent a4e2401 commit f55937e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ properties:
7676
- const: renesas,rcar-gen4-wdt # R-Car Gen4
7777

7878
- items:
79-
- const: renesas,r9a09g047-wdt # RZ/G3E
79+
- enum:
80+
- renesas,r9a09g047-wdt # RZ/G3E
81+
- renesas,r9a09g056-wdt # RZ/V2N
8082
- const: renesas,r9a09g057-wdt # RZ/V2H(P)
8183

8284
- const: renesas,r9a09g057-wdt # RZ/V2H(P)

0 commit comments

Comments
 (0)