arm: omap: sdram-nokia: delete redundant timing data
authorAaro Koskinen <aaro.koskinen@nokia.com>
Fri, 17 Dec 2010 23:13:46 +0000 (15:13 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 17 Dec 2010 23:13:46 +0000 (15:13 -0800)
41.5 MHz SDRAM clock is not usable.

Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/sdram-nokia.c

index 863586b..baf83ec 100644 (file)
@@ -69,7 +69,6 @@ static const struct {
        long rate;
        struct sdram_timings const *data;
 } nokia_timings[] = {
-       { 41500000, nokia_166mhz_timings },
        { 83000000, nokia_166mhz_timings },
        { 166000000, nokia_166mhz_timings },
 };