diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-01-15 02:55:55 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:19:03 -0500 |
commit | 03bbc0e6ba23700aea7fec801ac7e6c5a80f78f9 (patch) | |
tree | 8e57ecb5bdb1ba1bfdf581118967ab832e2920e8 /include/asm-sh | |
parent | d1eea50b0c6c998b713d824024c25c5001a5a8a4 (diff) |
sh: r7785rp: Hook up the rest of the HL7785 FPGA IRQ vectors.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh')
-rw-r--r-- | include/asm-sh/r7780rp.h | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/include/asm-sh/r7780rp.h b/include/asm-sh/r7780rp.h index de37f933aa42..1c2d4d18fab2 100644 --- a/include/asm-sh/r7780rp.h +++ b/include/asm-sh/r7780rp.h | |||
@@ -195,8 +195,18 @@ | |||
195 | #ifndef IRQ_PSW | 195 | #ifndef IRQ_PSW |
196 | #define IRQ_PSW (HL_FPGA_IRQ_BASE + 2) | 196 | #define IRQ_PSW (HL_FPGA_IRQ_BASE + 2) |
197 | #endif | 197 | #endif |
198 | #define IRQ_EXT1 (HL_FPGA_IRQ_BASE + 3) | 198 | #define IRQ_EXT0 (HL_FPGA_IRQ_BASE + 3) |
199 | #define IRQ_EXT4 (HL_FPGA_IRQ_BASE + 4) | 199 | #define IRQ_EXT1 (HL_FPGA_IRQ_BASE + 4) |
200 | #define IRQ_EXT2 (HL_FPGA_IRQ_BASE + 5) | ||
201 | #define IRQ_EXT3 (HL_FPGA_IRQ_BASE + 6) | ||
202 | #define IRQ_EXT4 (HL_FPGA_IRQ_BASE + 7) | ||
203 | #define IRQ_EXT5 (HL_FPGA_IRQ_BASE + 8) | ||
204 | #define IRQ_EXT6 (HL_FPGA_IRQ_BASE + 9) | ||
205 | #define IRQ_EXT7 (HL_FPGA_IRQ_BASE + 10) | ||
206 | #define IRQ_SMBUS (HL_FPGA_IRQ_BASE + 11) | ||
207 | #define IRQ_TP (HL_FPGA_IRQ_BASE + 12) | ||
208 | #define IRQ_RTC (HL_FPGA_IRQ_BASE + 13) | ||
209 | #define IRQ_TH_ALERT (HL_FPGA_IRQ_BASE + 14) | ||
200 | 210 | ||
201 | void make_r7780rp_irq(unsigned int irq); | 211 | void make_r7780rp_irq(unsigned int irq); |
202 | 212 | ||