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-iop33x/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-iop33x/irqs.h')
-rw-r--r-- | include/asm-arm/arch-iop33x/irqs.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/include/asm-arm/arch-iop33x/irqs.h b/include/asm-arm/arch-iop33x/irqs.h index 2e3ade3b5ff9..a875404a07fc 100644 --- a/include/asm-arm/arch-iop33x/irqs.h +++ b/include/asm-arm/arch-iop33x/irqs.h | |||
@@ -57,42 +57,4 @@ | |||
57 | #define NR_IRQS 64 | 57 | #define NR_IRQS 64 |
58 | 58 | ||
59 | 59 | ||
60 | /* | ||
61 | * Interrupts available on the IQ80331 board | ||
62 | */ | ||
63 | |||
64 | /* | ||
65 | * On board devices | ||
66 | */ | ||
67 | #define IRQ_IQ80331_I82544 IRQ_IOP331_XINT0 | ||
68 | #define IRQ_IQ80331_UART0 IRQ_IOP331_UART0 | ||
69 | #define IRQ_IQ80331_UART1 IRQ_IOP331_UART1 | ||
70 | |||
71 | /* | ||
72 | * PCI interrupts | ||
73 | */ | ||
74 | #define IRQ_IQ80331_INTA IRQ_IOP331_XINT0 | ||
75 | #define IRQ_IQ80331_INTB IRQ_IOP331_XINT1 | ||
76 | #define IRQ_IQ80331_INTC IRQ_IOP331_XINT2 | ||
77 | #define IRQ_IQ80331_INTD IRQ_IOP331_XINT3 | ||
78 | |||
79 | /* | ||
80 | * Interrupts available on the IQ80332 board | ||
81 | */ | ||
82 | |||
83 | /* | ||
84 | * On board devices | ||
85 | */ | ||
86 | #define IRQ_IQ80332_I82544 IRQ_IOP331_XINT0 | ||
87 | #define IRQ_IQ80332_UART0 IRQ_IOP331_UART0 | ||
88 | #define IRQ_IQ80332_UART1 IRQ_IOP331_UART1 | ||
89 | |||
90 | /* | ||
91 | * PCI interrupts | ||
92 | */ | ||
93 | #define IRQ_IQ80332_INTA IRQ_IOP331_XINT0 | ||
94 | #define IRQ_IQ80332_INTB IRQ_IOP331_XINT1 | ||
95 | #define IRQ_IQ80332_INTC IRQ_IOP331_XINT2 | ||
96 | #define IRQ_IQ80332_INTD IRQ_IOP331_XINT3 | ||
97 | |||
98 | #endif // _IRQ_H_ | 60 | #endif // _IRQ_H_ |