Skip to content

Commit f0e0c37

Browse files
prabhakarladdlezcano
authored andcommitted
dt-bindings: timer: renesas,ostm: Document RZ/V2N (R9A09G056) support
Document support for the Renesas OS Timer (OSTM) found on the Renesas RZ/V2N (R9A09G056) SoC. The OSTM IP on RZ/V2N is identical to that on other RZ families, so no driver changes are required as `renesas,ostm` will be used as fallback compatible. Also update the bindings to require the "resets" property for RZ/V2N by inverting the logic: all SoCs except RZ/A1 and RZ/A2 now require the "resets" property. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20250515182207.329176-2-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
1 parent 4334d83 commit f0e0c37

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/devicetree/bindings/timer/renesas,ostm.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ properties:
2626
- renesas,r9a07g043-ostm # RZ/G2UL and RZ/Five
2727
- renesas,r9a07g044-ostm # RZ/G2{L,LC}
2828
- renesas,r9a07g054-ostm # RZ/V2L
29+
- renesas,r9a09g056-ostm # RZ/V2N
2930
- renesas,r9a09g057-ostm # RZ/V2H(P)
3031
- const: renesas,ostm # Generic
3132

@@ -54,12 +55,11 @@ required:
5455
if:
5556
properties:
5657
compatible:
57-
contains:
58-
enum:
59-
- renesas,r9a07g043-ostm
60-
- renesas,r9a07g044-ostm
61-
- renesas,r9a07g054-ostm
62-
- renesas,r9a09g057-ostm
58+
not:
59+
contains:
60+
enum:
61+
- renesas,r7s72100-ostm
62+
- renesas,r7s9210-ostm
6363
then:
6464
required:
6565
- resets

0 commit comments

Comments
 (0)