From 2e180d7ef91c1467f2ee2bfbe54deb6bb9ea644a Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Sun, 20 May 2007 19:58:10 +0100 Subject: [PATCH] --- yaml --- r: 56696 b: refs/heads/master c: 42482e3c77bcb310affdf13e92b93f077d44a7fc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-s3c24xx/common-smdk.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2cbd1c22376a..735774e9f110 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7e966f3c392ffb5297a6ba0ea701d6a20d1d7292 +refs/heads/master: 42482e3c77bcb310affdf13e92b93f077d44a7fc diff --git a/trunk/arch/arm/plat-s3c24xx/common-smdk.c b/trunk/arch/arm/plat-s3c24xx/common-smdk.c index 1dd60a689ae5..7ed19b23ce56 100644 --- a/trunk/arch/arm/plat-s3c24xx/common-smdk.c +++ b/trunk/arch/arm/plat-s3c24xx/common-smdk.c @@ -30,6 +30,7 @@ #include #include +#include #include #include #include @@ -193,6 +194,9 @@ void __init smdk_machine_init(void) s3c2410_gpio_setpin(S3C2410_GPF6, 1); s3c2410_gpio_setpin(S3C2410_GPF7, 1); + if (machine_is_smdk2443()) + smdk_nand_info.twrph0 = 50; + s3c_device_nand.dev.platform_data = &smdk_nand_info; platform_add_devices(smdk_devs, ARRAY_SIZE(smdk_devs));