[ARM] 4399/2: S3C2443: Fix SMDK2443 nand timings

Reduce the Twrph0 timing slightly to fit on an SMDK2443. This
should still produce valid timings for the NAND devices as it
is still over the smallest device fitted to these boards.

Signed-off-by: Ben Dooks <(address hidden)>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Ben Dooks and committed by Russell King 42482e3c 7e966f3c

+4
+4
arch/arm/plat-s3c24xx/common-smdk.c
··· 30 30 #include <asm/mach/map.h> 31 31 #include <asm/mach/irq.h> 32 32 33 + #include <asm/mach-types.h> 33 34 #include <asm/hardware.h> 34 35 #include <asm/io.h> 35 36 #include <asm/irq.h> ··· 193 192 s3c2410_gpio_setpin(S3C2410_GPF5, 1); 194 193 s3c2410_gpio_setpin(S3C2410_GPF6, 1); 195 194 s3c2410_gpio_setpin(S3C2410_GPF7, 1); 195 + 196 + if (machine_is_smdk2443()) 197 + smdk_nand_info.twrph0 = 50; 196 198 197 199 s3c_device_nand.dev.platform_data = &smdk_nand_info; 198 200