Skip to content
Snippets Groups Projects
Commit 56249fea authored by Gerlando Falauto's avatar Gerlando Falauto Committed by Wolfgang Denk
Browse files

powerpc/82xx: adapt SDRAM settings for mgcoge3ne


The HW guys suggested to change these two values. And these values are
now identical to the values we use on mgcoge.

PSDMR_WRC was set to 1C as it should lead to better performance.

Signed-off-by: default avatarGerlando Falauto <gerlando.falauto@keymile.com>
Signed-off-by: default avatarHolger Brunck <holger.brunck@keymile.com>
parent c9718210
No related branches found
No related tags found
No related merge requests found
......@@ -128,16 +128,18 @@
#define CONFIG_SYS_OR1 ((~(CONFIG_SYS_GLOBAL_SDRAM_LIMIT-1) & \
ORxS_SDAM_MSK) |\
ORxS_BPD_4 |\
ORxS_NUMR_13)
ORxS_NUMR_13 |\
ORxS_IBID)
#define CONFIG_SYS_PSDMR ( \
PSDMR_PBI |\
PSDMR_RFEN |\
PSDMR_BSMA_A13_A15 |\
PSDMR_RFRC_5_CLK |\
PSDMR_PRETOACT_2W |\
PSDMR_ACTTORW_2W |\
PSDMR_LDOTOPRE_1C |\
PSDMR_WRC_2C |\
PSDMR_WRC_1C |\
PSDMR_CL_2)
#define CONFIG_SYS_SDRAM_LIST { \
......
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