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 | ab7a3379f5f9e760e4b7421fdf28d829bfba73aa (patch) | |
tree | 1526dd5a40c7c63e670792b281e49b6c48c86d30 /arch/arm/mach-s5pv210/mach-aquila.c | |
parent | 4cefa360747476ca10b7445c91d4d25df09837c5 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-s5pv210/mach-aquila.c')
-rw-r--r-- | arch/arm/mach-s5pv210/mach-aquila.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/mach-aquila.c b/arch/arm/mach-s5pv210/mach-aquila.c index 5795a7c1db97..44db0fc2505d 100644 --- a/arch/arm/mach-s5pv210/mach-aquila.c +++ b/arch/arm/mach-s5pv210/mach-aquila.c | |||
@@ -124,6 +124,7 @@ static struct s3c_fb_platdata aquila_lcd_pdata __initdata = { | |||
124 | 124 | ||
125 | static struct platform_device *aquila_devices[] __initdata = { | 125 | static struct platform_device *aquila_devices[] __initdata = { |
126 | &s3c_device_fb, | 126 | &s3c_device_fb, |
127 | &s5pc110_device_onenand, | ||
127 | }; | 128 | }; |
128 | 129 | ||
129 | static void __init aquila_map_io(void) | 130 | static void __init aquila_map_io(void) |