From 593c39e08a0626263fe468737e02d92aab85d46b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 19 Nov 2008 17:11:06 +0000 Subject: 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 --- arch/arm/mach-s3c2440/mach-gta02.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'arch') diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c index ba9afb870a6..302cdd95cef 100644 --- a/arch/arm/mach-s3c2440/mach-gta02.c +++ b/arch/arm/mach-s3c2440/mach-gta02.c @@ -880,14 +880,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@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, -- cgit v1.2.3