U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for two RTCs
@ 2025-11-14 15:12 Michael Walle
  2025-11-14 15:12 ` [PATCH 1/2] drivers: rtc: add PCF85063 support Michael Walle
  2025-11-14 15:12 ` [PATCH 2/2] drivers: rtc: add RV3032 support Michael Walle
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Walle @ 2025-11-14 15:12 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot, Michael Walle

I'll soon post support for the Kontron SMARC-sAM67 u-boot support.
I'm still waiting for the linux device trees to be merged (in -next
right now) and then to be synced to the u-boot tree. That board
features two different RTCs and this will already support for these.

You can find the device tree at [1]. RTC nodes are in the overlays,
though there is none for the RV3032 at the moment.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-base.dts

Michael Walle (2):
  drivers: rtc: add PCF85063 support
  drivers: rtc: add RV3032 support

 drivers/rtc/Kconfig    |  15 +++++
 drivers/rtc/Makefile   |   2 +
 drivers/rtc/pcf85063.c | 107 ++++++++++++++++++++++++++++++++++++
 drivers/rtc/rv3032.c   | 121 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 245 insertions(+)
 create mode 100644 drivers/rtc/pcf85063.c
 create mode 100644 drivers/rtc/rv3032.c

-- 
2.47.3


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

end of thread, other threads:[~2025-11-17 13:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-14 15:12 [PATCH 0/2] Add support for two RTCs Michael Walle
2025-11-14 15:12 ` [PATCH 1/2] drivers: rtc: add PCF85063 support Michael Walle
2025-11-14 15:22   ` Tom Rini
2025-11-17  8:13     ` Michael Walle
2025-11-17 13:30       ` Tom Rini
2025-11-14 15:12 ` [PATCH 2/2] drivers: rtc: add RV3032 support Michael Walle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox