commit | fd4163a8d094e80f188462a3d184ca4e10124f82 | [log] [tgz] |
---|---|---|
author | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | Wed May 21 09:21:43 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 12 13:19:59 2025 -0600 |
tree | 87812b77d598b02e543551c529e50572b64a0168 | |
parent | 4d28173479efb68a1e9bf859258a42cd7a13ebb2 [diff] |
arm: mach-k3: j784s4: 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: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>