Skip to content

Commit f3ac75c

Browse files
Ovidiu Panaitalexandrebelloni
authored andcommitted
dt-bindings: rtc: renesas,rz-rtca3: Add RZ/V2N support
The Renesas RZ/V2N (r9a09g056) RTC is identical to the RZ/V2H (r9a09g057) variant. Add the compatible string for RZ/V2N and extend the existing RZ/V2H reset configuration to cover both variants. Signed-off-by: Ovidiu Panait <ovidiu.panait.rb@renesas.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20260125192706.27099-4-ovidiu.panait.rb@renesas.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 96a77ec commit f3ac75c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Documentation/devicetree/bindings/rtc/renesas,rz-rtca3.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ properties:
1414
items:
1515
- enum:
1616
- renesas,r9a08g045-rtca3 # RZ/G3S
17+
- renesas,r9a09g056-rtca3 # RZ/V2N
1718
- renesas,r9a09g057-rtca3 # RZ/V2H
1819
- const: renesas,rz-rtca3
1920

@@ -82,7 +83,9 @@ allOf:
8283
properties:
8384
compatible:
8485
contains:
85-
const: renesas,r9a09g057-rtca3
86+
enum:
87+
- renesas,r9a09g056-rtca3
88+
- renesas,r9a09g057-rtca3
8689
then:
8790
properties:
8891
resets:

0 commit comments

Comments
 (0)