diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2010-10-08 09:34:52 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-25 03:02:52 -0400 |
commit | acf5eda92da23c904d1e37ba80c75572f3e2c860 (patch) | |
tree | 5547ce855ee07934485f7d1879e4e6d9975081cf /arch/arm/mach-s5pv310 | |
parent | 28c80aa707156d83f679442ea745db301316a4ea (diff) |
ARM: S5PV310: Universal OneNAND support
OneNAND device support for Universal board.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
[kgene.kim@samsung.com: minor title fixes]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310')
-rw-r--r-- | arch/arm/mach-s5pv310/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-s5pv310/mach-universal_c210.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/Kconfig b/arch/arm/mach-s5pv310/Kconfig index 8cb3dc52b623..6b2b948c9ccd 100644 --- a/arch/arm/mach-s5pv310/Kconfig +++ b/arch/arm/mach-s5pv310/Kconfig | |||
@@ -56,6 +56,7 @@ config MACH_SMDKC210 | |||
56 | config MACH_UNIVERSAL_C210 | 56 | config MACH_UNIVERSAL_C210 |
57 | bool "Mobile UNIVERSAL_C210 Board" | 57 | bool "Mobile UNIVERSAL_C210 Board" |
58 | select CPU_S5PV310 | 58 | select CPU_S5PV310 |
59 | select S5P_DEV_ONENAND | ||
59 | help | 60 | help |
60 | Machine support for Samsung Mobile Universal S5PC210 Reference | 61 | Machine support for Samsung Mobile Universal S5PC210 Reference |
61 | Board. S5PC210(MCP) is one of package option of S5PV310 | 62 | Board. S5PC210(MCP) is one of package option of S5PV310 |
diff --git a/arch/arm/mach-s5pv310/mach-universal_c210.c b/arch/arm/mach-s5pv310/mach-universal_c210.c index b57efaeb295f..e16984963e89 100644 --- a/arch/arm/mach-s5pv310/mach-universal_c210.c +++ b/arch/arm/mach-s5pv310/mach-universal_c210.c | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <plat/regs-serial.h> | 20 | #include <plat/regs-serial.h> |
21 | #include <plat/s5pv310.h> | 21 | #include <plat/s5pv310.h> |
22 | #include <plat/cpu.h> | 22 | #include <plat/cpu.h> |
23 | #include <plat/devs.h> | ||
23 | 24 | ||
24 | #include <mach/map.h> | 25 | #include <mach/map.h> |
25 | 26 | ||
@@ -117,6 +118,7 @@ static struct platform_device universal_gpio_keys = { | |||
117 | 118 | ||
118 | static struct platform_device *universal_devices[] __initdata = { | 119 | static struct platform_device *universal_devices[] __initdata = { |
119 | &universal_gpio_keys, | 120 | &universal_gpio_keys, |
121 | &s5p_device_onenand, | ||
120 | }; | 122 | }; |
121 | 123 | ||
122 | static void __init universal_map_io(void) | 124 | static void __init universal_map_io(void) |