aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/hw_irq.h
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2007-07-31 04:11:21 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-09-20 22:57:46 -0400
commita0e23267d4c57cdaa88114c3d88e25c87ee32d84 (patch)
treeef578c3f6267dd7d16ede6e3cd778f0b1e619a76 /include/asm-sh/hw_irq.h
parente7bd34a15b85655f24d1b45edbe3bdfebf9d027e (diff)
sh: intc - add support for SH7785
This patch converts the cpu specific interrupt setup code for sh7785 from intc2 to intc. New vectors are also added to match the information provided by the datasheet. No IRQ/IRL pin vectors are enabled by default. Use plat_irq_setup_pins() to select between IRL and IRQ mode. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/hw_irq.h')
-rw-r--r--include/asm-sh/hw_irq.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-sh/hw_irq.h b/include/asm-sh/hw_irq.h
index 20d42959f52a..921ddec6ccf4 100644
--- a/include/asm-sh/hw_irq.h
+++ b/include/asm-sh/hw_irq.h
@@ -115,7 +115,8 @@ void __init register_intc_controller(struct intc_desc *desc);
115 115
116void __init plat_irq_setup(void); 116void __init plat_irq_setup(void);
117 117
118enum { IRQ_MODE_IRQ, IRQ_MODE_IRL7654, IRQ_MODE_IRL3210 }; 118enum { IRQ_MODE_IRQ, IRQ_MODE_IRQ7654, IRQ_MODE_IRQ3210,
119 IRQ_MODE_IRL7654, IRQ_MODE_IRL3210 };
119void __init plat_irq_setup_pins(int mode); 120void __init plat_irq_setup_pins(int mode);
120 121
121#endif /* __ASM_SH_HW_IRQ_H */ 122#endif /* __ASM_SH_HW_IRQ_H */