summaryrefslogtreecommitdiff
path: root/include/asm-ppc/ppc4xx-sdram.h
diff options
context:
space:
mode:
authorVictor Gallardo <vgallardo@amcc.com>2008-09-16 06:59:13 -0700
committerStefan Roese <sr@denx.de>2008-09-16 20:16:31 +0200
commit3eec160a3a405b29ce9c06920f6427b9047dd8a8 (patch)
tree14c0a3795543b2ee4d8e5bb0c63e247de469bf37 /include/asm-ppc/ppc4xx-sdram.h
parentc0d2f87d6c450128b88e73eea715fa3654f65b6c (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/asm-ppc/ppc4xx-sdram.h')
-rw-r--r--include/asm-ppc/ppc4xx-sdram.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-ppc/ppc4xx-sdram.h b/include/asm-ppc/ppc4xx-sdram.h
index 8efa55797..2ba5619d7 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
*/