commit | 51b71d41f6fd453c8c8d5c794e714e41c58bde56 | [log] [tgz] |
---|---|---|
author | Wadim Egorov <w.egorov@phytec.de> | Wed May 22 09:55:03 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 07 14:02:26 2024 -0600 |
tree | ac2a28d348c6dc48830351653a6bde12c7dc685b | |
parent | 5426d4a05f63e1cc9c073dccf497b766f266a849 [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 <w.egorov@phytec.de> Tested-by: John Ma <jma@phytec.com>