diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-06-19 11:26:36 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-06 19:52:20 -0400 |
commit | 862391640535b5820fd09648a914771fc47b9451 (patch) | |
tree | dd8d5b475fb1d7c0b3df0a874555ff20bcab8353 | |
parent | 2d57f248c7ffee5eb2f86a4a6901293fc0e646a9 (diff) |
ARM: clps711x: clep7312: Add common devices initialization
Add initialization of commonly used devices to the CLEP7312 generic
board.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/mach-clps711x/board-clep7312.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-clps711x/board-clep7312.c b/arch/arm/mach-clps711x/board-clep7312.c index b33ba2116ec4..f9ca22b646bf 100644 --- a/arch/arm/mach-clps711x/board-clep7312.c +++ b/arch/arm/mach-clps711x/board-clep7312.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <asm/mach/arch.h> | 25 | #include <asm/mach/arch.h> |
26 | 26 | ||
27 | #include "common.h" | 27 | #include "common.h" |
28 | #include "devices.h" | ||
28 | 29 | ||
29 | static void __init | 30 | static void __init |
30 | fixup_clep7312(struct tag *tags, char **cmdline) | 31 | fixup_clep7312(struct tag *tags, char **cmdline) |
@@ -39,5 +40,6 @@ MACHINE_START(CLEP7212, "Cirrus Logic 7212/7312") | |||
39 | .map_io = clps711x_map_io, | 40 | .map_io = clps711x_map_io, |
40 | .init_irq = clps711x_init_irq, | 41 | .init_irq = clps711x_init_irq, |
41 | .init_time = clps711x_timer_init, | 42 | .init_time = clps711x_timer_init, |
43 | .init_machine = clps711x_devices_init, | ||
42 | .restart = clps711x_restart, | 44 | .restart = clps711x_restart, |
43 | MACHINE_END | 45 | MACHINE_END |