diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2010-06-30 07:36:01 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:31:00 -0400 |
commit | 4cefa360747476ca10b7445c91d4d25df09837c5 (patch) | |
tree | 738018418df56b91daeb8b5bb1e74177d5f6bdff /arch/arm/mach-s5pv210/mach-goni.c | |
parent | bbf7b358ecb07eebabd2721321e61f1250bfeea2 (diff) |
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 <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>
Diffstat (limited to 'arch/arm/mach-s5pv210/mach-goni.c')
-rw-r--r-- | arch/arm/mach-s5pv210/mach-goni.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c index 0cfb8dbd4e67..88c38e313aa8 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 = { | |||
74 | }; | 74 | }; |
75 | 75 | ||
76 | static struct platform_device *goni_devices[] __initdata = { | 76 | static struct platform_device *goni_devices[] __initdata = { |
77 | &s5pc110_device_onenand, | ||
77 | }; | 78 | }; |
78 | 79 | ||
79 | static void __init goni_map_io(void) | 80 | static void __init goni_map_io(void) |