projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b2ee15
)
[ARM] 3449/1: [S3C2410] Anubis - fix NAND timings
author
Ben Dooks
<ben-linux@fluff.org>
Sun, 2 Apr 2006 09:32:46 +0000
(10:32 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 2 Apr 2006 09:32:46 +0000
(10:32 +0100)
Patch from Ben Dooks
The NAND timings on the Anubis are too large
to be selected when running at 133MHz memory
clock.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-s3c2410/mach-anubis.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2410/mach-anubis.c
b/arch/arm/mach-s3c2410/mach-anubis.c
index 3e327b8e46bedd7ca29a4ba6bbe35716449b39b3..cc97fbf66291e58551021bb2815c4cb5010f2cb9 100644
(file)
--- a/
arch/arm/mach-s3c2410/mach-anubis.c
+++ b/
arch/arm/mach-s3c2410/mach-anubis.c
@@
-232,8
+232,8
@@
static void anubis_nand_select(struct s3c2410_nand_set *set, int slot)
static struct s3c2410_platform_nand anubis_nand_info = {
.tacls = 25,
- .twrph0 =
80
,
- .twrph1 =
8
0,
+ .twrph0 =
55
,
+ .twrph1 =
4
0,
.nr_sets = ARRAY_SIZE(anubis_nand_sets),
.sets = anubis_nand_sets,
.select_chip = anubis_nand_select,