diff options
author | Paul Walmsley <paul@pwsan.com> | 2009-05-28 17:03:59 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-05-28 17:03:59 -0400 |
commit | 2e12bd7ef175c9dc55dc215823b62a2247865012 (patch) | |
tree | f38fa653e5b48e92e7f47e818976f5ece1234397 /arch/arm/mach-omap2/board-omap3beagle.c | |
parent | 2aa57be2d9e400f498cf0f0636069a81035e06b9 (diff) |
ARM: OMAP3: SDRC: add timing data for Micron MT46H32M32LF-6, v2
Add timing data for the Micron MT46H32M32LF-6 SDRAM chip, used on the
OMAP3 Beagle and EVM boards. Original timing data is from the Micron
datasheet PDF downloaded from:
http://download.micron.com/pdf/datasheets/dram/mobile/1gb_ddr_mobile_sdram_t48m.pdf
Thanks to Rajendra Nayak <rnayak@ti.com> for his help identifying
the chips used on Beagle & OMAP3EVM.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3beagle.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3beagle.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index 3a7a29d1f9a7..f25082c53c67 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c | |||
@@ -105,6 +105,8 @@ static struct platform_device omap3beagle_nand_device = { | |||
105 | .resource = &omap3beagle_nand_resource, | 105 | .resource = &omap3beagle_nand_resource, |
106 | }; | 106 | }; |
107 | 107 | ||
108 | #include "sdram-micron-mt46h32m32lf-6.h" | ||
109 | |||
108 | static struct omap_uart_config omap3_beagle_uart_config __initdata = { | 110 | static struct omap_uart_config omap3_beagle_uart_config __initdata = { |
109 | .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), | 111 | .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), |
110 | }; | 112 | }; |
@@ -185,7 +187,7 @@ static int __init omap3_beagle_i2c_init(void) | |||
185 | 187 | ||
186 | static void __init omap3_beagle_init_irq(void) | 188 | static void __init omap3_beagle_init_irq(void) |
187 | { | 189 | { |
188 | omap2_init_common_hw(NULL); | 190 | omap2_init_common_hw(mt46h32m32lf6_sdrc_params); |
189 | omap_init_irq(); | 191 | omap_init_irq(); |
190 | #ifdef CONFIG_OMAP_32K_TIMER | 192 | #ifdef CONFIG_OMAP_32K_TIMER |
191 | omap2_gp_clockevent_set_gptimer(12); | 193 | omap2_gp_clockevent_set_gptimer(12); |