diff options
| author | Victor Gallardo <[email protected]> | 2008-09-16 06:59:13 -0700 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 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 <[email protected]>
Signed-off-by: Adam Graham <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
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 */ |
