From: Michael Walle <mwalle@kernel.org>
To: Tom Rini <trini@konsulko.com>
Cc: u-boot@lists.denx.de, Michael Walle <mwalle@kernel.org>
Subject: [PATCH 0/2] Add support for two RTCs
Date: Fri, 14 Nov 2025 16:12:46 +0100 [thread overview]
Message-ID: <20251114151255.2008694-1-mwalle@kernel.org> (raw)
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
next reply other threads:[~2025-11-14 15:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-14 15:12 Michael Walle [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251114151255.2008694-1-mwalle@kernel.org \
--to=mwalle@kernel.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox