From: Jonas Karlman Date: Fri, 1 Aug 2025 20:32:41 +0000 (+0000) Subject: arm: dts: rockchip: Include OTP in U-Boot pre-reloc phase for RK3576 X-Git-Tag: v2025.10-rc4~8^2~38 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdcda6be27b69a6e7ced1d59f5d6ceb07c5414ac;p=pandora-u-boot.git arm: dts: rockchip: Include OTP in U-Boot pre-reloc phase for RK3576 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 Reviewed-by: Kever Yang --- diff --git a/arch/arm/dts/rk3576-u-boot.dtsi b/arch/arm/dts/rk3576-u-boot.dtsi index be99a48a630..fb5a107f47d 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; };