projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b1af87
)
arm: omap: sdram-nokia: delete redundant timing data
author
Aaro Koskinen
<aaro.koskinen@nokia.com>
Fri, 17 Dec 2010 23:13:46 +0000
(15:13 -0800)
committer
Tony 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/sdram-nokia.c
b/arch/arm/mach-omap2/sdram-nokia.c
index 863586bdb98a63f478727b23df2e2515f73aa380..baf83ecdada1e2650d3155df00bb3101417c6316 100644
(file)
--- a/
arch/arm/mach-omap2/sdram-nokia.c
+++ b/
arch/arm/mach-omap2/sdram-nokia.c
@@
-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 },
};