[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko branch, stable, updated. upstream/20080903.git2ea34171-31-g9706327

Andy Green agreen at pads.home.warmcat.com
Tue Nov 11 21:39:22 UTC 2008


The following commit has been merged in the stable branch:
commit e144bf41b8674bce731e1afebcd04030a85b4a5b
Author: Harald Welte <laforge at openmoko.org>
Date:   Tue Oct 21 08:13:09 2008 +0100

    GTA02: Improve NAND timings
    
    Rather than using conservative default timings for the NAND flash,
    use the timings as specified in the S3C2442B MCP data sheet.
    
    Signed-off-by: Harald Welte <laforge at openmoko.org>

diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index 1a9d823..b1aa95b 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -872,14 +872,14 @@ static struct s3c2410_nand_set gta02_nand_sets[] = {
 	},
 };
 
-/* choose a set of timings which should suit most 512Mbit
- * chips and beyond.
+/* choose a set of timings derived from S3C at 2442B MCP54 
+ * data sheet (K5D2G13ACM-D075 MCP Memory)
  */
 
 static struct s3c2410_platform_nand gta02_nand_info = {
-	.tacls		= 20,
-	.twrph0		= 60,
-	.twrph1		= 20,
+	.tacls		= 0,
+	.twrph0		= 25,
+	.twrph1		= 15,
 	.nr_sets	= ARRAY_SIZE(gta02_nand_sets),
 	.sets		= gta02_nand_sets,
 	.software_ecc	= 1,

-- 
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko



More information about the pkg-fso-commits mailing list