diff options
Diffstat (limited to 'arch/arm/mach-ep93xx/micro9.c')
-rw-r--r-- | arch/arm/mach-ep93xx/micro9.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/micro9.c b/arch/arm/mach-ep93xx/micro9.c index e72f7368876e..7b98084f0c97 100644 --- a/arch/arm/mach-ep93xx/micro9.c +++ b/arch/arm/mach-ep93xx/micro9.c | |||
@@ -18,6 +18,7 @@ | |||
18 | 18 | ||
19 | #include <mach/hardware.h> | 19 | #include <mach/hardware.h> |
20 | 20 | ||
21 | #include <asm/hardware/vic.h> | ||
21 | #include <asm/mach-types.h> | 22 | #include <asm/mach-types.h> |
22 | #include <asm/mach/arch.h> | 23 | #include <asm/mach/arch.h> |
23 | 24 | ||
@@ -80,8 +81,10 @@ MACHINE_START(MICRO9, "Contec Micro9-High") | |||
80 | .atag_offset = 0x100, | 81 | .atag_offset = 0x100, |
81 | .map_io = ep93xx_map_io, | 82 | .map_io = ep93xx_map_io, |
82 | .init_irq = ep93xx_init_irq, | 83 | .init_irq = ep93xx_init_irq, |
84 | .handle_irq = vic_handle_irq, | ||
83 | .timer = &ep93xx_timer, | 85 | .timer = &ep93xx_timer, |
84 | .init_machine = micro9_init_machine, | 86 | .init_machine = micro9_init_machine, |
87 | .restart = ep93xx_restart, | ||
85 | MACHINE_END | 88 | MACHINE_END |
86 | #endif | 89 | #endif |
87 | 90 | ||
@@ -91,8 +94,10 @@ MACHINE_START(MICRO9M, "Contec Micro9-Mid") | |||
91 | .atag_offset = 0x100, | 94 | .atag_offset = 0x100, |
92 | .map_io = ep93xx_map_io, | 95 | .map_io = ep93xx_map_io, |
93 | .init_irq = ep93xx_init_irq, | 96 | .init_irq = ep93xx_init_irq, |
97 | .handle_irq = vic_handle_irq, | ||
94 | .timer = &ep93xx_timer, | 98 | .timer = &ep93xx_timer, |
95 | .init_machine = micro9_init_machine, | 99 | .init_machine = micro9_init_machine, |
100 | .restart = ep93xx_restart, | ||
96 | MACHINE_END | 101 | MACHINE_END |
97 | #endif | 102 | #endif |
98 | 103 | ||
@@ -102,8 +107,10 @@ MACHINE_START(MICRO9L, "Contec Micro9-Lite") | |||
102 | .atag_offset = 0x100, | 107 | .atag_offset = 0x100, |
103 | .map_io = ep93xx_map_io, | 108 | .map_io = ep93xx_map_io, |
104 | .init_irq = ep93xx_init_irq, | 109 | .init_irq = ep93xx_init_irq, |
110 | .handle_irq = vic_handle_irq, | ||
105 | .timer = &ep93xx_timer, | 111 | .timer = &ep93xx_timer, |
106 | .init_machine = micro9_init_machine, | 112 | .init_machine = micro9_init_machine, |
113 | .restart = ep93xx_restart, | ||
107 | MACHINE_END | 114 | MACHINE_END |
108 | #endif | 115 | #endif |
109 | 116 | ||
@@ -113,7 +120,9 @@ MACHINE_START(MICRO9S, "Contec Micro9-Slim") | |||
113 | .atag_offset = 0x100, | 120 | .atag_offset = 0x100, |
114 | .map_io = ep93xx_map_io, | 121 | .map_io = ep93xx_map_io, |
115 | .init_irq = ep93xx_init_irq, | 122 | .init_irq = ep93xx_init_irq, |
123 | .handle_irq = vic_handle_irq, | ||
116 | .timer = &ep93xx_timer, | 124 | .timer = &ep93xx_timer, |
117 | .init_machine = micro9_init_machine, | 125 | .init_machine = micro9_init_machine, |
126 | .restart = ep93xx_restart, | ||
118 | MACHINE_END | 127 | MACHINE_END |
119 | #endif | 128 | #endif |