diff options
Diffstat (limited to 'arch/arm/mach-iop3xx/iop321-setup.c')
| -rw-r--r-- | arch/arm/mach-iop3xx/iop321-setup.c | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/arch/arm/mach-iop3xx/iop321-setup.c b/arch/arm/mach-iop3xx/iop321-setup.c index bf23e0fd2843..0f921ba2750c 100644 --- a/arch/arm/mach-iop3xx/iop321-setup.c +++ b/arch/arm/mach-iop3xx/iop321-setup.c | |||
| @@ -146,23 +146,27 @@ extern void iop321_init_time(void); | |||
| 146 | 146 | ||
| 147 | #if defined(CONFIG_ARCH_IQ80321) | 147 | #if defined(CONFIG_ARCH_IQ80321) |
| 148 | MACHINE_START(IQ80321, "Intel IQ80321") | 148 | MACHINE_START(IQ80321, "Intel IQ80321") |
| 149 | MAINTAINER("Intel Corporation") | 149 | /* Maintainer: Intel Corporation */ |
| 150 | BOOT_MEM(PHYS_OFFSET, IQ80321_UART, IQ80321_UART) | 150 | .phys_ram = PHYS_OFFSET, |
| 151 | MAPIO(iq80321_map_io) | 151 | .phys_io = IQ80321_UART, |
| 152 | INITIRQ(iop321_init_irq) | 152 | .io_pg_offst = ((IQ80321_UART) >> 18) & 0xfffc, |
| 153 | .map_io = iq80321_map_io, | ||
| 154 | .init_irq = iop321_init_irq, | ||
| 153 | .timer = &iop321_timer, | 155 | .timer = &iop321_timer, |
| 154 | BOOT_PARAMS(0xa0000100) | 156 | .boot_params = 0xa0000100, |
| 155 | INIT_MACHINE(iop32x_init) | 157 | .init_machine = iop32x_init, |
| 156 | MACHINE_END | 158 | MACHINE_END |
| 157 | #elif defined(CONFIG_ARCH_IQ31244) | 159 | #elif defined(CONFIG_ARCH_IQ31244) |
| 158 | MACHINE_START(IQ31244, "Intel IQ31244") | 160 | MACHINE_START(IQ31244, "Intel IQ31244") |
| 159 | MAINTAINER("Intel Corp.") | 161 | /* Maintainer: Intel Corp. */ |
| 160 | BOOT_MEM(PHYS_OFFSET, IQ31244_UART, IQ31244_UART) | 162 | .phys_ram = PHYS_OFFSET, |
| 161 | MAPIO(iq31244_map_io) | 163 | .phys_io = IQ31244_UART, |
| 162 | INITIRQ(iop321_init_irq) | 164 | .io_pg_offst = ((IQ31244_UART) >> 18) & 0xfffc, |
| 165 | .map_io = iq31244_map_io, | ||
| 166 | .init_irq = iop321_init_irq, | ||
| 163 | .timer = &iop321_timer, | 167 | .timer = &iop321_timer, |
| 164 | BOOT_PARAMS(0xa0000100) | 168 | .boot_params = 0xa0000100, |
| 165 | INIT_MACHINE(iop32x_init) | 169 | .init_machine = iop32x_init, |
| 166 | MACHINE_END | 170 | MACHINE_END |
| 167 | #else | 171 | #else |
| 168 | #error No machine descriptor defined for this IOP3XX implementation | 172 | #error No machine descriptor defined for this IOP3XX implementation |
