Skip to content

Commit

Permalink
board: solidrun: clearfog: enable ddr odt0 on write for both chip-select
Browse files Browse the repository at this point in the history
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] SolidRun/u-boot-armada38x@aba763a
[2] SolidRun/u-boot-armada38x@dbaf095

Signed-off-by: Josua Mayer <[email protected]>
  • Loading branch information
Josua-SR committed Oct 28, 2024
1 parent 859f202 commit 820b732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/solidrun/clearfog/clearfog.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

Expand Down

0 comments on commit 820b732

Please sign in to comment.