From: Tom Rini <trini@konsulko.com>
To: Mathieu Othacehe <othacehe@gnu.org>
Cc: Marek Vasut <marek.vasut+renesas@mailbox.org>,
Paul Barker <paul@pbarker.dev>,
Nobuhiro Iwamatsu <iwamatsu@nigauri.org>,
u-boot@lists.denx.de
Subject: Re: [PATCH] misc: Add RZG2L OTP support
Date: Tue, 14 Apr 2026 08:53:51 -0600 [thread overview]
Message-ID: <20260414145351.GJ41863@bill-the-cat> (raw)
In-Reply-To: <20260414091422.16952-1-othacehe@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 1305 bytes --]
On Tue, Apr 14, 2026 at 11:14:21AM +0200, Mathieu Othacehe wrote:
> Add OTP support through the fuse command. Fusing is directly performed by
> U-Boot, which means that the trusted-firmware must allow the non-secure
> world to perform fusing operations.
>
> Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
> ---
> drivers/misc/Kconfig | 7 ++
> drivers/misc/Makefile | 1 +
> drivers/misc/rzg2l_otp.c | 222 +++++++++++++++++++++++++++++++++++++++
> 3 files changed, 230 insertions(+)
> create mode 100644 drivers/misc/rzg2l_otp.c
>
> diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
> index ea785793d18..16cb800a393 100644
> --- a/drivers/misc/Kconfig
> +++ b/drivers/misc/Kconfig
> @@ -132,6 +132,13 @@ config SPL_ROCKCHIP_IODOMAIN
> for the IO-domain setting of the SoC to match the voltage supplied
> by the regulators.
>
> +config RZG2L_OTP
> + bool "Renesas RZ/G2L OTP support"
> + depends on MISC
> + help
> + Enable support for the OTP controller on
> + Renesas RZ/G2L SoCs.
> +
If there's other feedback, this should have some dependency on CMD_FUSE
as well (since that's what makes use of the functionality) but indeed
it's very inconsistent currently, and the area in general could use some
modernization.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2026-04-14 14:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-14 9:14 [PATCH] misc: Add RZG2L OTP support Mathieu Othacehe
2026-04-14 14:53 ` Tom Rini [this message]
2026-04-14 22:18 ` Marek Vasut
2026-04-17 8:00 ` Mathieu Othacehe
2026-04-17 13:59 ` Marek Vasut
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=20260414145351.GJ41863@bill-the-cat \
--to=trini@konsulko.com \
--cc=iwamatsu@nigauri.org \
--cc=marek.vasut+renesas@mailbox.org \
--cc=othacehe@gnu.org \
--cc=paul@pbarker.dev \
--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