Skip to content

Commit

Permalink
[ARM] 4203/1: S3C2443: use S3C2412 nand driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Russell King committed Feb 16, 2007
1 parent 5ea2222 commit d9c0ebb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-s3c2443/s3c2443.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit d9c0ebb

Please sign in to comment.