Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281679
b: refs/heads/master
c: ef211dc
h: refs/heads/master
i:
  281677: c9081e9
  281675: 002f79e
  281671: db1fa59
  281663: edf0926
v: v3
  • Loading branch information
Igor Dmitriev authored and Tony Lindgren committed Dec 13, 2011
1 parent 9b9b3b6 commit 75da2a1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3dad5356aa47097cf67027cf0a07298b4f5baef6
refs/heads/master: ef211dc626beb47fc11d4aba27a8c1b20a4b3b4a
25 changes: 24 additions & 1 deletion trunk/arch/arm/mach-omap2/sdram-nokia.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* SDRC register values for Nokia boards
*
* Copyright (C) 2008, 2010 Nokia Corporation
* Copyright (C) 2008, 2010-2011 Nokia Corporation
*
* Lauri Leukkunen <lauri.leukkunen@nokia.com>
*
Expand Down Expand Up @@ -107,14 +107,37 @@ static const struct sdram_timings nokia_195dot2mhz_timings[] = {
},
};

static const struct sdram_timings nokia_200mhz_timings[] = {
{
.casl = 3,
.tDAL = 30000,
.tDPL = 15000,
.tRRD = 10000,
.tRCD = 20000,
.tRP = 15000,
.tRAS = 40000,
.tRC = 55000,
.tRFC = 140000,
.tXSR = 200000,

.tREF = 7800,

.tXP = 2,
.tCKE = 4,
.tWTR = 2
},
};

static const struct {
long rate;
struct sdram_timings const *data;
} nokia_timings[] = {
{ 83000000, nokia_166mhz_timings },
{ 97600000, nokia_97dot6mhz_timings },
{ 100000000, nokia_200mhz_timings },
{ 166000000, nokia_166mhz_timings },
{ 195200000, nokia_195dot2mhz_timings },
{ 200000000, nokia_200mhz_timings },
};
static struct omap_sdrc_params nokia_sdrc_params[ARRAY_SIZE(nokia_timings) + 1];

Expand Down

0 comments on commit 75da2a1

Please sign in to comment.