diff options
Diffstat (limited to 'arch/arm/mach-sa1100/cpu-sa1110.c')
| -rw-r--r-- | arch/arm/mach-sa1100/cpu-sa1110.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/cpu-sa1110.c b/arch/arm/mach-sa1100/cpu-sa1110.c index 639597729932..78f4c1346044 100644 --- a/arch/arm/mach-sa1100/cpu-sa1110.c +++ b/arch/arm/mach-sa1100/cpu-sa1110.c | |||
| @@ -82,6 +82,14 @@ static struct sdram_params sdram_tbl[] __initdata = { | |||
| 82 | .twr = 9, | 82 | .twr = 9, |
| 83 | .refresh = 64000, | 83 | .refresh = 64000, |
| 84 | .cas_latency = 3, | 84 | .cas_latency = 3, |
| 85 | }, { /* Samsung K4S281632B-1H */ | ||
| 86 | .name = "K4S281632B-1H", | ||
| 87 | .rows = 12, | ||
| 88 | .tck = 10, | ||
| 89 | .trp = 20, | ||
| 90 | .twr = 10, | ||
| 91 | .refresh = 64000, | ||
| 92 | .cas_latency = 3, | ||
| 85 | }, { /* Samsung KM416S4030CT */ | 93 | }, { /* Samsung KM416S4030CT */ |
| 86 | .name = "KM416S4030CT", | 94 | .name = "KM416S4030CT", |
| 87 | .rows = 13, | 95 | .rows = 13, |
| @@ -366,6 +374,8 @@ static int __init sa1110_clk_init(void) | |||
| 366 | 374 | ||
| 367 | if (machine_is_h3100()) | 375 | if (machine_is_h3100()) |
| 368 | name = "KM416S4030CT"; | 376 | name = "KM416S4030CT"; |
| 377 | if (machine_is_jornada720()) | ||
| 378 | name = "K4S281632B-1H"; | ||
| 369 | } | 379 | } |
| 370 | 380 | ||
| 371 | sdram = sa1110_find_sdram(name); | 381 | sdram = sa1110_find_sdram(name); |
