]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "Add fdt-fixups for AM62P variants"
authorTom Rini <trini@konsulko.com>
Tue, 14 Jan 2025 21:51:47 +0000 (15:51 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 14 Jan 2025 21:51:47 +0000 (15:51 -0600)
Aparna Patra <a-patra@ti.com> says:

This series implements fdt fixups, by reading hardware
information from registers and accordingly delete/modify
the DT nodes, at run-time.

Logs for AM62P boot:
https://gist.github.com/itsme-aparna/b889fe59882c1acf0ef25a644bd325c4

Link: https://lore.kernel.org/r/20250108044939.392785-1-a-patra@ti.com
1  2 
arch/arm/mach-k3/am62px/am62p5_init.c

index 2d35a7ce77ec73224a0bc08ff5b964b2ae7a5ed2,74631a4ce93a583cdb8131b83d716fd051c49ad7..7a24cf39c7b87ed9e2c7debbfc6889c29af2f1ef
@@@ -159,9 -219,9 +219,11 @@@ void board_init_f(ulong dummy
        }
  
        spl_enable_cache();
 +
 +      setup_qos();
        debug("am62px_init: %s done\n", __func__);
+       fixup_a53_cpu_freq_by_speed_grade();
  }
  
  u32 spl_mmc_boot_mode(struct mmc *mmc, const u32 boot_device)