ARM: S5PV210: Add OneNAND device to the GONI board
authorJoonyoung Shim <jy0922.shim@samsung.com>
Wed, 30 Jun 2010 11:36:01 +0000 (20:36 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 5 Aug 2010 09:31:00 +0000 (18:31 +0900)
This patch is to support OneNAND device to the GONI 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>
arch/arm/mach-s5pv210/Kconfig
arch/arm/mach-s5pv210/mach-goni.c

index 0761eac..d0432c6 100644 (file)
@@ -58,6 +58,7 @@ config MACH_GONI
        bool "GONI"
        select CPU_S5PV210
        select ARCH_SPARSEMEM_ENABLE
        bool "GONI"
        select CPU_S5PV210
        select ARCH_SPARSEMEM_ENABLE
+       select S5PC110_DEV_ONENAND
        help
          Machine support for Samsung GONI board
          S5PC110(MCP) is one of package option of S5PV210
        help
          Machine support for Samsung GONI board
          S5PC110(MCP) is one of package option of S5PV210
index 0cfb8db..88c38e3 100644 (file)
@@ -74,6 +74,7 @@ static struct s3c2410_uartcfg goni_uartcfgs[] __initdata = {
 };
 
 static struct platform_device *goni_devices[] __initdata = {
 };
 
 static struct platform_device *goni_devices[] __initdata = {
+       &s5pc110_device_onenand,
 };
 
 static void __init goni_map_io(void)
 };
 
 static void __init goni_map_io(void)