Browse Source

ARM: S5PV210: Add OneNAND device to the Aquila board

This patch is to support OneNAND device to the Aquila board.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Joonyoung Shim 15 years ago
parent
commit
ab7a3379f5
2 changed files with 2 additions and 0 deletions
  1. 1 0
      arch/arm/mach-s5pv210/Kconfig
  2. 1 0
      arch/arm/mach-s5pv210/mach-aquila.c

+ 1 - 0
arch/arm/mach-s5pv210/Kconfig

@@ -51,6 +51,7 @@ config MACH_AQUILA
 	select ARCH_SPARSEMEM_ENABLE
 	select S5PV210_SETUP_FB_24BPP
 	select S3C_DEV_FB
+	select S5PC110_DEV_ONENAND
 	help
 	  Machine support for the Samsung Aquila target based on S5PC110 SoC
 

+ 1 - 0
arch/arm/mach-s5pv210/mach-aquila.c

@@ -124,6 +124,7 @@ static struct s3c_fb_platdata aquila_lcd_pdata __initdata = {
 
 static struct platform_device *aquila_devices[] __initdata = {
 	&s3c_device_fb,
+	&s5pc110_device_onenand,
 };
 
 static void __init aquila_map_io(void)