提交 acf5eda9 编写于 作者: K Kyungmin Park 提交者: Kukjin Kim

ARM: S5PV310: Universal OneNAND support

OneNAND device support for Universal board.
Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
[kgene.kim@samsung.com: minor title fixes]
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 28c80aa7
......@@ -56,6 +56,7 @@ config MACH_SMDKC210
config MACH_UNIVERSAL_C210
bool "Mobile UNIVERSAL_C210 Board"
select CPU_S5PV310
select S5P_DEV_ONENAND
help
Machine support for Samsung Mobile Universal S5PC210 Reference
Board. S5PC210(MCP) is one of package option of S5PV310
......
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册