Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39783
b: refs/heads/master
c: 48e3bec
h: refs/heads/master
i:
  39781: f91c350
  39779: 8c14ac5
  39775: 30c1c65
v: v3
  • Loading branch information
Kristoffer Ericson authored and Russell King committed Oct 14, 2006
1 parent 8e268fb commit 111b5d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69f0304e174c765c624d75b79c35e49b7ba67ed4
refs/heads/master: 48e3becbee8906b44050c9300b668227b85f0c95
10 changes: 10 additions & 0 deletions trunk/arch/arm/mach-sa1100/cpu-sa1110.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ static struct sdram_params sdram_tbl[] __initdata = {
.twr = 9,
.refresh = 64000,
.cas_latency = 3,
}, { /* Samsung K4S281632B-1H */
.name = "K4S281632b-1H",
.rows = 12,
.tck = 10,
.trp = 20,
.twr = 10,
.refresh = 64000,
.cas_latency = 3,
}, { /* Samsung KM416S4030CT */
.name = "KM416S4030CT",
.rows = 13,
Expand Down Expand Up @@ -366,6 +374,8 @@ static int __init sa1110_clk_init(void)

if (machine_is_h3100())
name = "KM416S4030CT";
if (machine_is_jornada720())
name = "K4S281632B-1H";
}

sdram = sa1110_find_sdram(name);
Expand Down

0 comments on commit 111b5d4

Please sign in to comment.