arm: dts: rockchip: Include OTP in U-Boot pre-reloc phase for RK3576
authorJonas Karlman <jonas@kwiboo.se>
Fri, 1 Aug 2025 20:32:41 +0000 (20:32 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 30 Aug 2025 15:01:28 +0000 (23:01 +0800)
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>
arch/arm/dts/rk3576-u-boot.dtsi

index be99a48..fb5a107 100644 (file)
        bootph-all;
 };
 
+&otp {
+       bootph-some-ram;
+};
+
 &pcfg_pull_none {
        bootph-all;
 };