diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2010-10-08 22:34:52 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-25 16:02:52 +0900 |
commit | acf5eda92da23c904d1e37ba80c75572f3e2c860 (patch) | |
tree | 5547ce855ee07934485f7d1879e4e6d9975081cf /arch/arm/mach-s5pv310/mach-universal_c210.c | |
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/mach-universal_c210.c')
-rw-r--r-- | arch/arm/mach-s5pv310/mach-universal_c210.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/mach-universal_c210.c b/arch/arm/mach-s5pv310/mach-universal_c210.c index b57efaeb295..e16984963e8 100644 --- a/arch/arm/mach-s5pv310/mach-universal_c210.c +++ b/arch/arm/mach-s5pv310/mach-universal_c210.c @@ -20,6 +20,7 @@ #include <plat/regs-serial.h> #include <plat/s5pv310.h> #include <plat/cpu.h> +#include <plat/devs.h> #include <mach/map.h> @@ -117,6 +118,7 @@ static struct platform_device universal_gpio_keys = { static struct platform_device *universal_devices[] __initdata = { &universal_gpio_keys, + &s5p_device_onenand, }; static void __init universal_map_io(void) |