]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: rockchip: Include OTP in U-Boot pre-reloc phase for RK3326
authorJonas Karlman <jonas@kwiboo.se>
Sun, 31 Aug 2025 16:49:35 +0000 (16:49 +0000)
committerTom Rini <trini@konsulko.com>
Sun, 2 Nov 2025 18:14:09 +0000 (12:14 -0600)
Update rk3326-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.07 (Jul 13 2025 - 10:07:16 +0000)

  Model: ODROID-GO Super
  SoC:   RK3326
  DRAM:  1 GiB (total 1022 MiB)

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3326-u-boot.dtsi

index be1dd4f91c1bf323f865b1b1d5c30ee9a91a0741..6503a9382b9c2b415a6260784b9e3439b9a532e7 100644 (file)
        bootph-all;
 };
 
+&otp {
+       bootph-some-ram;
+};
+
 &pcfg_pull_none {
        bootph-all;
 };