mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
board: solidrun: clearfog: enable ddr odt0 on write for both chip-select
Enabling ODT is required to suppress reflection of the data signal on DDR write operation. SolidRun Armada 388 SoM only connects M_ODT[0] even when both chip-select are used. Enable ODT[0] for both chip-select during write only. Original work by Baruch Siach [1] and Chris Packham [2]. [1]aba763a611
[2]dbaf09590d
Signed-off-by: Josua Mayer <josua@solid-run.com> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
116d1d0047
commit
d09f199097
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ static struct mv_ddr_topology_map board_topology_map = {
|
|||
{0}, /* timing parameters */
|
||||
{ {0} }, /* electrical configuration */
|
||||
{0,}, /* electrical parameters */
|
||||
0, /* ODT configuration */
|
||||
0x30000, /* ODT configuration */
|
||||
0x3, /* clock enable mask */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue