mtd/nand: s3c6400 support for s3c2410 driver
[pandora-kernel.git] / drivers / mtd / nand / s3c2410.c
index 01a105e..11dc7e6 100644 (file)
@@ -1111,6 +1111,9 @@ static struct platform_device_id s3c24xx_driver_ids[] = {
        }, {
                .name           = "s3c2412-nand",
                .driver_data    = TYPE_S3C2412,
+       }, {
+               .name           = "s3c6400-nand",
+               .driver_data    = TYPE_S3C2412, /* compatible with 2412 */
        },
        { }
 };