All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add RTC support for the Renesas RZ/V2H SoC
@ 2025-11-03 12:18 Ovidiu Panait
  2025-11-03 12:18 ` [PATCH v3 1/4] dt-bindings: rtc: renesas,rz-rtca3: Add RZ/V2H support Ovidiu Panait
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Ovidiu Panait @ 2025-11-03 12:18 UTC (permalink / raw)
  To: claudiu.beznea.uj, alexandre.belloni, robh, krzk+dt, conor+dt,
	geert+renesas, magnus.damm, p.zabel
  Cc: linux-rtc, linux-renesas-soc, devicetree, linux-kernel

Hi,

This series adds RTC support for the Renesas RZ/V2H SoC.

The Renesas RZ/V2H RTC IP is based on the same RTCA3 IP as RZ/G3S
(r9a08g045), with the following differences:
- it lacks the time capture functionality
- the maximum supported periodic interrupt frequency is 128Hz instead
  of 256Hz
- it requires two reset lines instead of one

Best regards,
Ovidiu

v3:
- Dropped all changes related to "max_user_freq", as it was removed from
  all drivers by:
  https://lore.kernel.org/all/20251101-max_user_freq-v1-0-c9a274fd6883@bootlin.com/

v2:
- Updated bindings and RTC dts node with "reset-names" property.

Ovidiu Panait (4):
  dt-bindings: rtc: renesas,rz-rtca3: Add RZ/V2H support
  rtc: renesas-rtca3: Add support for multiple reset lines
  arm64: dts: renesas: r9a09g057: Add RTC node
  arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable RTC

 .../bindings/rtc/renesas,rz-rtca3.yaml        | 45 ++++++++++++++++---
 arch/arm64/boot/dts/renesas/r9a09g057.dtsi    | 15 +++++++
 .../dts/renesas/r9a09g057h44-rzv2h-evk.dts    |  4 ++
 drivers/rtc/rtc-renesas-rtca3.c               |  2 +-
 4 files changed, 60 insertions(+), 6 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-11-05 18:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03 12:18 [PATCH v3 0/4] Add RTC support for the Renesas RZ/V2H SoC Ovidiu Panait
2025-11-03 12:18 ` [PATCH v3 1/4] dt-bindings: rtc: renesas,rz-rtca3: Add RZ/V2H support Ovidiu Panait
2025-11-04 17:28   ` Conor Dooley
2025-11-04 20:20     ` Alexandre Belloni
2025-11-05 18:33       ` Conor Dooley
2025-11-03 12:18 ` [PATCH v3 2/4] rtc: renesas-rtca3: Add support for multiple reset lines Ovidiu Panait
2025-11-03 12:18 ` [PATCH v3 3/4] arm64: dts: renesas: r9a09g057: Add RTC node Ovidiu Panait
2025-11-03 12:18 ` [PATCH v3 4/4] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable RTC Ovidiu Panait
2025-11-03 13:50 ` (subset) [PATCH v3 0/4] Add RTC support for the Renesas RZ/V2H SoC Alexandre Belloni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.