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

@@@ -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)