diff options
author | Victor Gallardo <vgallardo@amcc.com> | 2008-09-16 06:59:13 -0700 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-09-16 20:16:31 +0200 |
commit | 3eec160a3a405b29ce9c06920f6427b9047dd8a8 (patch) | |
tree | 14c0a3795543b2ee4d8e5bb0c63e247de469bf37 /include | |
parent | c0d2f87d6c450128b88e73eea715fa3654f65b6c (diff) |
ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
Signed-off-by: Adam Graham <agraham@amcc.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ppc/ppc4xx-sdram.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-ppc/ppc4xx-sdram.h b/include/asm-ppc/ppc4xx-sdram.h index 8efa557972e..2ba5619d7df 100644 --- a/include/asm-ppc/ppc4xx-sdram.h +++ b/include/asm-ppc/ppc4xx-sdram.h @@ -1403,6 +1403,12 @@ #endif /* CONFIG_SDRAM_PPC4xx_DENALI_DDR2 */ #ifndef __ASSEMBLY__ + +struct sdram_timing { + u32 wrdtr; + u32 clktr; +}; + /* * Prototypes */ |