summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Ghidoli <[email protected]>2026-04-21 17:15:55 +0200
committerTom Rini <[email protected]>2026-04-27 11:19:51 -0600
commit31c5d4f18094754b9e8e823184267bf42e59b7a9 (patch)
treecbb1f0157c81dd868d6118b660aeb0f83d53cfb9
parentb67f54885afd8dd75c0efb443e2a5b956d501392 (diff)
board: toradex: aquila-am69: Fix 16GB dual-rank DDR configuration
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 <[email protected]> Acked-by: Francesco Dolcini <[email protected]>
-rw-r--r--board/toradex/aquila-am69/aquila_ddrs_16GB_rank_2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/toradex/aquila-am69/aquila_ddrs_16GB_rank_2.c b/board/toradex/aquila-am69/aquila_ddrs_16GB_rank_2.c
index c24e22b620b..66e800ef7c8 100644
--- a/board/toradex/aquila-am69/aquila_ddrs_16GB_rank_2.c
+++ b/board/toradex/aquila-am69/aquila_ddrs_16GB_rank_2.c
@@ -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