From: Joonyoung Shim Date: Wed, 30 Jun 2010 11:36:01 +0000 (+0900) Subject: ARM: S5PV210: Add OneNAND device to the GONI board X-Git-Tag: v2.6.36-rc1~102^2^2^2^2~9^2~17 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=4cefa360747476ca10b7445c91d4d25df09837c5;p=net-next-2.6.git ARM: S5PV210: Add OneNAND device to the GONI board This patch is to support OneNAND device to the GONI board. Signed-off-by: Joonyoung Shim Signed-off-by: Kyungmin Park Signed-off-by: Marek Szyprowski Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index 0761eac9aae..d0432c61777 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig @@ -58,6 +58,7 @@ config MACH_GONI 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 diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c index 0cfb8dbd4e6..88c38e313aa 100644 --- a/arch/arm/mach-s5pv210/mach-goni.c +++ b/arch/arm/mach-s5pv210/mach-goni.c @@ -74,6 +74,7 @@ static struct s3c2410_uartcfg goni_uartcfgs[] __initdata = { }; static struct platform_device *goni_devices[] __initdata = { + &s5pc110_device_onenand, }; static void __init goni_map_io(void)