summaryrefslogtreecommitdiff
path: root/board/siemens/dxr2/board.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-11-07 11:42:57 -0500
committerTom Rini <trini@ti.com>2013-12-04 08:11:45 -0500
commit39245c8699c68f85a5aaa3153d954370920d09c0 (patch)
treef402a009ddf3ddbbe9b7732b1a6b8f87e7bb478d /board/siemens/dxr2/board.c
parent340e6c830053846d48ba97a73adfac3f5cadfd7e (diff)
downloadu-boot-imx-39245c8699c68f85a5aaa3153d954370920d09c0.zip
u-boot-imx-39245c8699c68f85a5aaa3153d954370920d09c0.tar.gz
u-boot-imx-39245c8699c68f85a5aaa3153d954370920d09c0.tar.bz2
am33xx: Stop modifying certain EMIF4D registers
Based on the definitive guide to EMIF configuration[1] certain registers that we have been modifying (and are documented registers) should be left in their reset values rather than modified. This has been tested on AM335x GP EVM and Beaglebone White. [1]: http://processors.wiki.ti.com/index.php/AM335x_EMIF_Configuration_tips Cc: Enric Balletbo i Serra <eballetbo@iseebcn.com> Cc: Javier Martinez Canillas <javier@dowhile0.org> Cc: Heiko Schocher <hs@denx.de> Cc: Lars Poeschel <poeschel@lemonage.de> Signed-off-by: Tom Rini <trini@ti.com> Tested-by: Matt Porter <matt.porter@linaro.org>
Diffstat (limited to 'board/siemens/dxr2/board.c')
-rw-r--r--board/siemens/dxr2/board.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/siemens/dxr2/board.c b/board/siemens/dxr2/board.c
index 1773ab7..3a5e11d 100644
--- a/board/siemens/dxr2/board.c
+++ b/board/siemens/dxr2/board.c
@@ -140,13 +140,9 @@ struct emif_regs dxr2_ddr3_emif_reg_data = {
};
struct ddr_data dxr2_ddr3_data = {
- .datadldiff0 = PHY_DLL_LOCK_DIFF,
};
struct cmd_control dxr2_ddr3_cmd_ctrl_data = {
- .cmd0dldiff = 0,
- .cmd1dldiff = 0,
- .cmd2dldiff = 0,
};
/* pass values from eeprom */
dxr2_ddr3_emif_reg_data.sdram_tim1 = settings.ddr3.sdram_tim1;