mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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: 39e014f43a ("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>
This commit is contained in:
committed by
Tom Rini
parent
b67f54885a
commit
31c5d4f180
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user