]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mach-k3: am625: Call do_board_detect() before DDR probing
authorWadim Egorov <w.egorov@phytec.de>
Wed, 22 May 2024 07:55:03 +0000 (09:55 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jun 2024 20:02:26 +0000 (14:02 -0600)
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 <w.egorov@phytec.de>
Tested-by: John Ma <jma@phytec.com>
arch/arm/mach-k3/am62x/am625_init.c

index ed8d24e04339d4f24c8e8710e92f3d80903f6063..72a752d38e88f8313f17b5d535ea87dde14ed6ba 100644 (file)
@@ -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"