Skip to content

Commit

Permalink
ARM: S3C2416: Change S3C2416 NAND platform device name
Browse files Browse the repository at this point in the history
This patch changes the platform device name from 's3c2416-nand' to
's3c2412-nand' so that S3C2416 can reuse the nand functionality
available on S3C2412.

Signed-off-by: Atul Dahiya <atul.dahiya@samsung.com>
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Atul Dahiya authored and Kukjin Kim committed Oct 18, 2010
1 parent ef3f2dd commit 4bc7786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2416/s3c2416.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no)
{
s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no);

s3c_nand_setname("s3c2416-nand");
s3c_nand_setname("s3c2412-nand");
}

/* s3c2416_map_io
Expand Down

0 comments on commit 4bc7786

Please sign in to comment.