mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 05:44:45 +01:00
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>
This commit is contained in:
parent
96a77ec577
commit
f3ac75cfac
1 changed files with 4 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ properties:
|
|||
items:
|
||||
- enum:
|
||||
- renesas,r9a08g045-rtca3 # RZ/G3S
|
||||
- renesas,r9a09g056-rtca3 # RZ/V2N
|
||||
- renesas,r9a09g057-rtca3 # RZ/V2H
|
||||
- const: renesas,rz-rtca3
|
||||
|
||||
|
|
@ -82,7 +83,9 @@ allOf:
|
|||
properties:
|
||||
compatible:
|
||||
contains:
|
||||
const: renesas,r9a09g057-rtca3
|
||||
enum:
|
||||
- renesas,r9a09g056-rtca3
|
||||
- renesas,r9a09g057-rtca3
|
||||
then:
|
||||
properties:
|
||||
resets:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue