From: Ben Dooks Date: Thu, 15 Feb 2007 21:29:36 +0000 (+0100) Subject: [ARM] 4203/1: S3C2443: use S3C2412 nand driver X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d9c0ebbda522b64607cd2b0064b9bb040c53bcaf;p=linux-beck.git [ARM] 4203/1: S3C2443: use S3C2412 nand driver Use the S3C2412 nand driver for the S3C2443 as it is register compatible. Signed-off-by: Ben Dooks Signed-off-by: Russell King --- diff --git a/arch/arm/mach-s3c2443/s3c2443.c b/arch/arm/mach-s3c2443/s3c2443.c index bc14f772ff24..9b91235c15d2 100644 --- a/arch/arm/mach-s3c2443/s3c2443.c +++ b/arch/arm/mach-s3c2443/s3c2443.c @@ -53,6 +53,8 @@ int __init s3c2443_init(void) { printk("S3C2443: Initialising architecture\n"); + s3c_device_nand.name = "s3c2412-nand"; + return sysdev_register(&s3c2443_sysdev); }