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: 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>

authored by

Ovidiu Panait and committed by
Alexandre Belloni
f3ac75cf 96a77ec5

+4 -1
+4 -1
Documentation/devicetree/bindings/rtc/renesas,rz-rtca3.yaml
··· 14 14 items: 15 15 - enum: 16 16 - renesas,r9a08g045-rtca3 # RZ/G3S 17 + - renesas,r9a09g056-rtca3 # RZ/V2N 17 18 - renesas,r9a09g057-rtca3 # RZ/V2H 18 19 - const: renesas,rz-rtca3 19 20 ··· 83 82 properties: 84 83 compatible: 85 84 contains: 86 - const: renesas,r9a09g057-rtca3 85 + enum: 86 + - renesas,r9a09g056-rtca3 87 + - renesas,r9a09g057-rtca3 87 88 then: 88 89 properties: 89 90 resets: