From: Kever Yang <kever.yang@rock-chips.com>
To: Jonas Karlman <jonas@kwiboo.se>, Simon Glass <sjg@chromium.org>,
Philipp Tomsich <philipp.tomsich@vrull.eu>,
Tom Rini <trini@konsulko.com>
Cc: u-boot@lists.denx.de
Subject: Re: [PATCH v2 6/6] arm: dts: rockchip: Include OTP in U-Boot pre-reloc phase for RK3576
Date: Sat, 30 Aug 2025 22:44:01 +0800 [thread overview]
Message-ID: <241ca4eb-e62e-413e-b31c-72c2dd59ebdd@rock-chips.com> (raw)
In-Reply-To: <20250711222132.204344-7-jonas@kwiboo.se>
On 2025/7/12 06:21, Jonas Karlman wrote:
> Update rk3576-u-boot.dtsi to include OTP in U-Boot pre-reloc phase for
> checkboard() to be able to read information about the running SoC model
> and variant from OTP and print it during boot:
>
> U-Boot 2025.04 (Apr 22 2025 - 20:43:17 +0000)
>
> Model: Generic RK3576
> SoC: RK3576
> DRAM: 8 GiB
>
> Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Thanks,
- Kever
> ---
> arch/arm/dts/rk3576-u-boot.dtsi | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/dts/rk3576-u-boot.dtsi b/arch/arm/dts/rk3576-u-boot.dtsi
> index be99a48a630f..fb5a107f47d9 100644
> --- a/arch/arm/dts/rk3576-u-boot.dtsi
> +++ b/arch/arm/dts/rk3576-u-boot.dtsi
> @@ -49,6 +49,10 @@
> bootph-all;
> };
>
> +&otp {
> + bootph-some-ram;
> +};
> +
> &pcfg_pull_none {
> bootph-all;
> };
prev parent reply other threads:[~2025-08-30 14:44 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-11 22:21 [PATCH v2 0/6] rockchip: rk3576: Add rng, checkboard() and generic board Jonas Karlman
2025-07-11 22:21 ` [PATCH v2 1/6] arm64: dts: rockchip: add RK3576 RNG node Jonas Karlman
2025-08-30 14:43 ` Kever Yang
2025-07-11 22:21 ` [PATCH v2 2/6] rng: rockchip_rng: Add compatible for RK3576 Jonas Karlman
2025-08-30 14:43 ` Kever Yang
2025-07-11 22:21 ` [PATCH v2 3/6] rockchip: Add default USB_GADGET_PRODUCT_NUM " Jonas Karlman
2025-07-15 8:03 ` Mattijs Korpershoek
2025-08-30 14:43 ` Kever Yang
2025-07-11 22:21 ` [PATCH v2 4/6] board: rockchip: Add minimal generic RK3576 board Jonas Karlman
2025-07-11 22:21 ` [PATCH v2 5/6] rockchip: rk3576: Implement checkboard() to print SoC variant Jonas Karlman
2025-08-30 14:43 ` Kever Yang
2025-07-11 22:21 ` [PATCH v2 6/6] arm: dts: rockchip: Include OTP in U-Boot pre-reloc phase for RK3576 Jonas Karlman
2025-08-30 14:44 ` Kever Yang [this message]
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=241ca4eb-e62e-413e-b31c-72c2dd59ebdd@rock-chips.com \
--to=kever.yang@rock-chips.com \
--cc=jonas@kwiboo.se \
--cc=philipp.tomsich@vrull.eu \
--cc=sjg@chromium.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 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.