Browse Source

[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 <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Ben Dooks 18 năm trước cách đây
mục cha
commit
d9c0ebbda5
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      arch/arm/mach-s3c2443/s3c2443.c

+ 2 - 0
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);
 }