Re: [PATCH v1] arm: mach-k3: j784s4: Call do_board_detect() before DDR probing

2025-06-13 Thread Heiko Thiery
Hi Tom, Hi Bryan, Am Fr., 13. Juni 2025 um 00:49 Uhr schrieb Tom Rini : > On Wed, 21 May 2025 09:21:43 +0200, Emanuele Ghidoli wrote: > > > Call do_board_detect() hook before the K3 DDRSS driver gets probed. > > It will allow boards to adjust DDR timings in do_board_detect(). > > I think the co

Re: [PATCH v1] arm: mach-k3: j784s4: Call do_board_detect() before DDR probing

2025-06-12 Thread Tom Rini
On Wed, 21 May 2025 09:21:43 +0200, Emanuele Ghidoli wrote: > Call do_board_detect() hook before the K3 DDRSS driver gets probed. > It will allow boards to adjust DDR timings in do_board_detect(). > > Applied to u-boot/next, thanks! [1/1] arm: mach-k3: j784s4: Call do_board_detect() before DDR

[PATCH v1] arm: mach-k3: j784s4: Call do_board_detect() before DDR probing

2025-05-21 Thread Emanuele Ghidoli
From: Emanuele Ghidoli 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: Emanuele Ghidoli --- arch/arm/mach-k3/j784s4/j784s4_init.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm