diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-09-18 18:24:52 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 05:25:50 -0400 |
commit | c680b77efe4542830bb170e1cc40db1c47c569bc (patch) | |
tree | ed79bf5cb4bab39e694690747c34cee8798c6d02 /include/asm-arm/arch-iop32x/irqs.h | |
parent | 7412b10f7967ef4210ed6f793004d23642dc5140 (diff) |
[ARM] 3830/1: iop3xx: board support file cleanup
Revamp the iop3xx board support: move the support code for each iop
board type into its own file, start using platform serial and platform
physmap flash devices, switch to a per-board time tick rate, and get
rid of the ARCH_EP80219 and STEPD config options by doing the relevant
checks at run time.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-iop32x/irqs.h')
-rw-r--r-- | include/asm-arm/arch-iop32x/irqs.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/include/asm-arm/arch-iop32x/irqs.h b/include/asm-arm/arch-iop32x/irqs.h index 9fefcf3372b1..a48327ced92e 100644 --- a/include/asm-arm/arch-iop32x/irqs.h +++ b/include/asm-arm/arch-iop32x/irqs.h | |||
@@ -47,42 +47,4 @@ | |||
47 | #define NR_IRQS 32 | 47 | #define NR_IRQS 32 |
48 | 48 | ||
49 | 49 | ||
50 | /* | ||
51 | * Interrupts available on the IQ80321 board | ||
52 | */ | ||
53 | |||
54 | /* | ||
55 | * On board devices | ||
56 | */ | ||
57 | #define IRQ_IQ80321_I82544 IRQ_IOP321_XINT0 | ||
58 | #define IRQ_IQ80321_UART IRQ_IOP321_XINT1 | ||
59 | |||
60 | /* | ||
61 | * PCI interrupts | ||
62 | */ | ||
63 | #define IRQ_IQ80321_INTA IRQ_IOP321_XINT0 | ||
64 | #define IRQ_IQ80321_INTB IRQ_IOP321_XINT1 | ||
65 | #define IRQ_IQ80321_INTC IRQ_IOP321_XINT2 | ||
66 | #define IRQ_IQ80321_INTD IRQ_IOP321_XINT3 | ||
67 | |||
68 | /* | ||
69 | * Interrupts on the IQ31244 board | ||
70 | */ | ||
71 | |||
72 | /* | ||
73 | * On board devices | ||
74 | */ | ||
75 | #define IRQ_IQ31244_UART IRQ_IOP321_XINT1 | ||
76 | #define IRQ_IQ31244_I82546 IRQ_IOP321_XINT0 | ||
77 | #define IRQ_IQ31244_SATA IRQ_IOP321_XINT2 | ||
78 | #define IRQ_IQ31244_PCIX_SLOT IRQ_IOP321_XINT3 | ||
79 | |||
80 | /* | ||
81 | * PCI interrupts | ||
82 | */ | ||
83 | #define IRQ_IQ31244_INTA IRQ_IOP321_XINT0 | ||
84 | #define IRQ_IQ31244_INTB IRQ_IOP321_XINT1 | ||
85 | #define IRQ_IQ31244_INTC IRQ_IOP321_XINT2 | ||
86 | #define IRQ_IQ31244_INTD IRQ_IOP321_XINT3 | ||
87 | |||
88 | #endif // _IRQ_H_ | 50 | #endif // _IRQ_H_ |