Commit 15cc385e681c47851f32fc25c1cd95ab8efbd50c
Committed by
Stefan Roese
1 parent
97ca7b3b8e
Exists in
master
and in
56 other branches
ppc4xx: Change DDR2 CL from 4 to 5 for intip
Some intip boards don't seem to run stable with CL4, datasheets suggest that CL5 is the safe value. Signed-off-by: Dirk Eibach <eibach@gdsys.de> Signed-off-by: Stefan Roese <sr@denx.de>
Showing 1 changed file with 6 additions and 6 deletions Side-by-side Diff
include/configs/intip.h
... | ... | @@ -37,10 +37,10 @@ |
37 | 37 | #define CONFIG_460EX 1 /* Specific PPC460EX */ |
38 | 38 | #ifdef CONFIG_DEVCONCENTER |
39 | 39 | #define CONFIG_HOSTNAME devconcenter |
40 | -#define CONFIG_IDENT_STRING " devconcenter 0.03" | |
40 | +#define CONFIG_IDENT_STRING " devconcenter 0.05" | |
41 | 41 | #else |
42 | 42 | #define CONFIG_HOSTNAME intip |
43 | -#define CONFIG_IDENT_STRING " intip 0.03" | |
43 | +#define CONFIG_IDENT_STRING " intip 0.05" | |
44 | 44 | #endif |
45 | 45 | #define CONFIG_440 1 |
46 | 46 | #define CONFIG_4xx 1 /* ... PPC4xx family */ |
47 | 47 | |
... | ... | @@ -200,13 +200,13 @@ |
200 | 200 | #define CONFIG_SYS_SDRAM0_INITPLR2 0x81020000 |
201 | 201 | #define CONFIG_SYS_SDRAM0_INITPLR3 0x81030000 |
202 | 202 | #define CONFIG_SYS_SDRAM0_INITPLR4 0x81010002 |
203 | -#define CONFIG_SYS_SDRAM0_INITPLR5 0xE4000542 | |
203 | +#define CONFIG_SYS_SDRAM0_INITPLR5 0xE4000552 | |
204 | 204 | #define CONFIG_SYS_SDRAM0_INITPLR6 0x81900400 |
205 | 205 | #define CONFIG_SYS_SDRAM0_INITPLR7 0x8A880000 |
206 | 206 | #define CONFIG_SYS_SDRAM0_INITPLR8 0x8A880000 |
207 | 207 | #define CONFIG_SYS_SDRAM0_INITPLR9 0x8A880000 |
208 | 208 | #define CONFIG_SYS_SDRAM0_INITPLR10 0x8A880000 |
209 | -#define CONFIG_SYS_SDRAM0_INITPLR11 0x81000442 | |
209 | +#define CONFIG_SYS_SDRAM0_INITPLR11 0x81000452 | |
210 | 210 | #define CONFIG_SYS_SDRAM0_INITPLR12 0x81010382 |
211 | 211 | #define CONFIG_SYS_SDRAM0_INITPLR13 0x81010002 |
212 | 212 | #define CONFIG_SYS_SDRAM0_INITPLR14 0x00000000 |
213 | 213 | |
... | ... | @@ -216,11 +216,11 @@ |
216 | 216 | #define CONFIG_SYS_SDRAM0_RDCC 0x40000000 |
217 | 217 | #define CONFIG_SYS_SDRAM0_DLCR 0x00000000 |
218 | 218 | #define CONFIG_SYS_SDRAM0_CLKTR 0x40000000 |
219 | -#define CONFIG_SYS_SDRAM0_WRDTR 0x84000823 | |
219 | +#define CONFIG_SYS_SDRAM0_WRDTR 0x86000823 | |
220 | 220 | #define CONFIG_SYS_SDRAM0_SDTR1 0x80201000 |
221 | 221 | #define CONFIG_SYS_SDRAM0_SDTR2 0x32204232 |
222 | 222 | #define CONFIG_SYS_SDRAM0_SDTR3 0x090C0D15 |
223 | -#define CONFIG_SYS_SDRAM0_MMODE 0x00000442 | |
223 | +#define CONFIG_SYS_SDRAM0_MMODE 0x00000452 | |
224 | 224 | #define CONFIG_SYS_SDRAM0_MEMODE 0x00000002 |
225 | 225 | |
226 | 226 | #define CONFIG_SYS_MBYTES_SDRAM 256 /* 256MB */ |