diff options
| -rw-r--r-- | arch/arm/mach-omap2/sdram-micron-mt29c8g96m-48.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/sdram-micron-mt29c8g96m-48.h b/arch/arm/mach-omap2/sdram-micron-mt29c8g96m-48.h index dc144e510bf..6fdb97dbaf2 100644 --- a/arch/arm/mach-omap2/sdram-micron-mt29c8g96m-48.h +++ b/arch/arm/mach-omap2/sdram-micron-mt29c8g96m-48.h @@ -31,15 +31,19 @@ static struct omap_sdrc_params mt29c8g96_sdrc_params[] = { .mr = 0x00000034, }, [1] = { + .rate = 0, + }, +}; + + +/* + [1] = { .rate = 200000000, .actim_ctrla = 0x7AE1B4C6, .actim_ctrlb = 0x00021217, .rfr_ctrl = 0x0005E601, .mr = 0x00000034, }, - [2] = { - .rate = 0, - }, -}; + */ #endif |