summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWadim Egorov <[email protected]>2024-05-22 09:55:03 +0200
committerTom Rini <[email protected]>2024-06-07 14:02:26 -0600
commite63908adbdf0b2dfada86fe848006f572f7df4a3 (patch)
treeac2a28d348c6dc48830351653a6bde12c7dc685b
parent161acbdfb0fc00c41845aded6667479be2a99e95 (diff)
arm: mach-k3: am625: Call do_board_detect() before DDR probing
Call do_board_detect() hook before the K3 DDRSS driver gets probed. It will allow boards to adjust DDR timings in do_board_detect(). Signed-off-by: Wadim Egorov <[email protected]> Tested-by: John Ma <[email protected]>
-rw-r--r--arch/arm/mach-k3/am62x/am625_init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/am62x/am625_init.c b/arch/arm/mach-k3/am62x/am625_init.c
index ed8d24e0433..72a752d38e8 100644
--- a/arch/arm/mach-k3/am62x/am625_init.c
+++ b/arch/arm/mach-k3/am62x/am625_init.c
@@ -213,6 +213,8 @@ void board_init_f(ulong dummy)
preloader_console_init();
+ do_board_detect();
+
/*
* Allow establishing an early console as required for example when
* doing a UART-based boot. Note that this console may not "survive"