"Das U-Boot" Source Tree

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] https://github.com/SolidRun/u-boot-armada38x/commit/aba763a611e69fbcc4e229659da9d84f16b39814
[2] https://github.com/SolidRun/u-boot-armada38x/commit/dbaf09590df9add19e738d2de03c0f2d0d8f5433

Signed-off-by: Josua Mayer <josua@solid-run.com>
Reviewed-by: Stefan Roese <sr@denx.de>

authored by

Josua Mayer and committed by
Stefan Roese
d09f1990 116d1d00

+1 -1
+1 -1
board/solidrun/clearfog/clearfog.c
··· 161 161 {0}, /* timing parameters */ 162 162 { {0} }, /* electrical configuration */ 163 163 {0,}, /* electrical parameters */ 164 - 0, /* ODT configuration */ 164 + 0x30000, /* ODT configuration */ 165 165 0x3, /* clock enable mask */ 166 166 }; 167 167