]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commite63908adbdf0b2dfada86fe848006f572f7df4a3
treeac2a28d348c6dc48830351653a6bde12c7dc685b
parent161acbdfb0fc00c41845aded6667479be2a99e95
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 <w.egorov@phytec.de>
Tested-by: John Ma <jma@phytec.com>
arch/arm/mach-k3/am62x/am625_init.c