Skip to content
Snippets Groups Projects
Commit 3e731aab authored by Dave Liu's avatar Dave Liu Committed by Kumar Gala
Browse files

fsl-ddr: setup ODT_RD_CFG & ODT_WR_CFG when we interleave


In chip-select interleaving case, we also need set the ODT_RD_CFG
and ODT_WR_CFG in cs1_config register.

Signed-off-by: default avatarDave Liu <daveliu@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 1aa3d08a
No related branches found
No related tags found
No related merge requests found
...@@ -1197,7 +1197,10 @@ compute_fsl_memctl_config_regs(const memctl_options_t *popts, ...@@ -1197,7 +1197,10 @@ compute_fsl_memctl_config_regs(const memctl_options_t *popts,
/* Don't set up boundaries for other CS /* Don't set up boundaries for other CS
* other than CS0, if bank interleaving * other than CS0, if bank interleaving
* is enabled and not CS2+CS3 interleaved. * is enabled and not CS2+CS3 interleaved.
* But we need to set the ODT_RD_CFG and
* ODT_WR_CFG for CS1_CONFIG here.
*/ */
set_csn_config(i, ddr, popts, dimm_params);
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment