]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: toradex: aquila-am69: Fix 16GB dual-rank DDR configuration
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>
Tue, 21 Apr 2026 15:15:55 +0000 (17:15 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 27 Apr 2026 17:19:51 +0000 (11:19 -0600)
The 16GB dual-rank DDR configuration uses an incorrect DDRSS_PLL_FHS_CNT
value. This makes DDR initialization hang during the DDR frequency
handshake sequence.

Update DDRSS_PLL_FHS_CNT to the correct value for the 16GB dual-rank
configuration.

Fixes: 39e014f43a15 ("board: toradex: aquila-am69: Add support for 16GB dual rank memory configuration")
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
Acked-by: Francesco Dolcini <francesco.dolcini@toradex.com>
board/toradex/aquila-am69/aquila_ddrs_16GB_rank_2.c

index c24e22b620b557c98cf7b09650338ab22f1a4fd7..66e800ef7c89fce5524f445c3102d38000eb869f 100644 (file)
@@ -14,7 +14,7 @@
 #include <linux/kernel.h>
 #include "ddrs_patch.h"
 
-#define DDRSS_PLL_FHS_CNT 3
+#define DDRSS_PLL_FHS_CNT 5
 
 #define DDRSS_CTL_268_DATA 0x01010000
 #define DDRSS_CTL_270_DATA 0x00000FFF