Skip to content

Commit 83999b6

Browse files
prabhakarladWim Van Sebroeck
authored andcommitted
dt-bindings: watchdog: renesas,wdt: Document RZ/V2L SoC
Document RZ/V2L WDT bindings. RZ/V2L WDT is identical to one found on the RZ/G2L SoC. No driver changes are required as generic compatible string "renesas,rzg2l-wdt" will be used as a fallback. While at it, drop the comment "# RZ/G2L" for "renesas,rzg2l-wdt" compatible string as this will avoid changing the line for every new SoC addition. Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Biju Das <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Wolfram Sang <[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 4055ee8 commit 83999b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ properties:
2222
- items:
2323
- enum:
2424
- renesas,r9a07g044-wdt # RZ/G2{L,LC}
25-
- const: renesas,rzg2l-wdt # RZ/G2L
25+
- renesas,r9a07g054-wdt # RZ/V2L
26+
- const: renesas,rzg2l-wdt
2627

2728
- items:
2829
- enum:

0 commit comments

Comments
 (0)