Commit 4cefa360 authored by Joonyoung Shim's avatar Joonyoung Shim Committed by Kukjin Kim

ARM: S5PV210: Add OneNAND device to the GONI board

This patch is to support OneNAND device to the GONI board.
Signed-off-by: default avatarJoonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent bbf7b358
...@@ -58,6 +58,7 @@ config MACH_GONI ...@@ -58,6 +58,7 @@ config MACH_GONI
bool "GONI" bool "GONI"
select CPU_S5PV210 select CPU_S5PV210
select ARCH_SPARSEMEM_ENABLE select ARCH_SPARSEMEM_ENABLE
select S5PC110_DEV_ONENAND
help help
Machine support for Samsung GONI board Machine support for Samsung GONI board
S5PC110(MCP) is one of package option of S5PV210 S5PC110(MCP) is one of package option of S5PV210
......
...@@ -74,6 +74,7 @@ static struct s3c2410_uartcfg goni_uartcfgs[] __initdata = { ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment