diff options
author | Arnaud Patard <arnaud.patard@rtp-net.org> | 2007-07-15 15:12:23 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-20 04:35:35 -0400 |
commit | a8135fcfd0431eda3653c7069e7aefc8674fdfbe (patch) | |
tree | cd32567c33525faf5de4424c7ffa1b13f84110b1 /arch/arm/mach-iop32x/irq.c | |
parent | 9a79b2274186fade17134929d4f85b70d59a3840 (diff) |
[ARM] 4476/1: EM7210/SS4000E support
This patch adds the basic support for the em7210 board. It is similar to
the iq31244 board and can be found on Intel "Baxter Creek" ss4000e nas.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-iop32x/irq.c')
-rw-r--r-- | arch/arm/mach-iop32x/irq.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-iop32x/irq.c b/arch/arm/mach-iop32x/irq.c index c971171c2905..55cf0162e8c1 100644 --- a/arch/arm/mach-iop32x/irq.c +++ b/arch/arm/mach-iop32x/irq.c | |||
@@ -63,7 +63,8 @@ void __init iop32x_init_irq(void) | |||
63 | if (machine_is_glantank() || | 63 | if (machine_is_glantank() || |
64 | machine_is_iq80321() || | 64 | machine_is_iq80321() || |
65 | machine_is_iq31244() || | 65 | machine_is_iq31244() || |
66 | machine_is_n2100()) | 66 | machine_is_n2100() || |
67 | machine_is_em7210()) | ||
67 | *IOP3XX_PCIIRSR = 0x0f; | 68 | *IOP3XX_PCIIRSR = 0x0f; |
68 | 69 | ||
69 | for (i = 0; i < NR_IRQS; i++) { | 70 | for (i = 0; i < NR_IRQS; i++) { |