提交 86239164 编写于 作者: A Alexander Shiyan 提交者: Olof Johansson

ARM: clps711x: clep7312: Add common devices initialization

Add initialization of commonly used devices to the CLEP7312 generic
board.
Signed-off-by: NAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 2d57f248
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include "common.h" #include "common.h"
#include "devices.h"
static void __init static void __init
fixup_clep7312(struct tag *tags, char **cmdline) fixup_clep7312(struct tag *tags, char **cmdline)
...@@ -39,5 +40,6 @@ MACHINE_START(CLEP7212, "Cirrus Logic 7212/7312") ...@@ -39,5 +40,6 @@ MACHINE_START(CLEP7212, "Cirrus Logic 7212/7312")
.map_io = clps711x_map_io, .map_io = clps711x_map_io,
.init_irq = clps711x_init_irq, .init_irq = clps711x_init_irq,
.init_time = clps711x_timer_init, .init_time = clps711x_timer_init,
.init_machine = clps711x_devices_init,
.restart = clps711x_restart, .restart = clps711x_restart,
MACHINE_END MACHINE_END
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册