git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
08733bf
969f43c
)
Merge patch series "Add fdt-fixups for AM62P variants"
author
Tom Rini
<trini@konsulko.com>
Tue, 14 Jan 2025 21:51:47 +0000
(15:51 -0600)
committer
Tom 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
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
arch/arm/mach-k3/am62px/am62p5_init.c
index
2d35a7c
,
74631a4
..
7a24cf3
---
1
/
arch/arm/mach-k3/am62px/am62p5_init.c
---
2
/
arch/arm/mach-k3/am62px/am62p5_init.c
+++ b/
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)