mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
ddr: marvell: only assert M_ODT[0] on write for a single CS
When using only a single DDR chip select only assert M_ODT[0] on write. Do not assert it on read and do not assert M_ODT[1] at all. Also set tODT_OFF_WR to 0x9 which contradicts the recommendation from the functional spec but is what Marvell's binary training blob does and seems to give better results when ODT is active during writes. Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
086ebcd40e
commit
dbaf09590d
3 changed files with 13 additions and 8 deletions
|
@ -21,7 +21,8 @@ u32 g_zpodt_data = 45; /* controller data - P ODT */
|
|||
u32 g_znodt_data = 45; /* controller data - N ODT */
|
||||
u32 g_zpodt_ctrl = 45; /* controller data - P ODT */
|
||||
u32 g_znodt_ctrl = 45; /* controller data - N ODT */
|
||||
u32 g_odt_config = 0x120012;
|
||||
u32 g_odt_config_2cs = 0x120012;
|
||||
u32 g_odt_config_1cs = 0x10000;
|
||||
u32 g_rtt_nom = 0x44;
|
||||
u32 g_dic = 0x2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue