aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-05-24 06:07:18 -0400
committerPaul Mundt <lethal@linux-sh.org>2012-05-24 06:07:18 -0400
commit197b58e6651426bec8b2582013258b52cd15a444 (patch)
treeb1c34f18f468a1b6689cd46b3732490e9412686e /arch/sh/include
parent5df38b9b7676e4e46c5c13e75f023ffb82542980 (diff)
sh: se7343: Move CPLD IRQs to irqdomain and generic irq chip.
Follows the se7722 change, see there for more information. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r--arch/sh/include/mach-se/mach/se7343.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/sh/include/mach-se/mach/se7343.h b/arch/sh/include/mach-se/mach/se7343.h
index 8d8170d6cc43..2ec6f75a44de 100644
--- a/arch/sh/include/mach-se/mach/se7343.h
+++ b/arch/sh/include/mach-se/mach/se7343.h
@@ -49,9 +49,6 @@
49#define PA_LED 0xb0C00000 /* LED */ 49#define PA_LED 0xb0C00000 /* LED */
50#define LED_SHIFT 0 50#define LED_SHIFT 0
51#define PA_DIPSW 0xb0900000 /* Dip switch 31 */ 51#define PA_DIPSW 0xb0900000 /* Dip switch 31 */
52#define PA_CPLD_MODESET 0xb1400004 /* CPLD Mode set register */
53#define PA_CPLD_ST 0xb1400008 /* CPLD Interrupt status register */
54#define PA_CPLD_IMSK 0xb140000a /* CPLD Interrupt mask register */
55/* Area 5 */ 52/* Area 5 */
56#define PA_EXT5 0x14000000 53#define PA_EXT5 0x14000000
57#define PA_EXT5_SIZE 0x04000000 54#define PA_EXT5_SIZE 0x04000000
@@ -134,8 +131,10 @@
134 131
135#define SE7343_FPGA_IRQ_NR 12 132#define SE7343_FPGA_IRQ_NR 12
136 133
134struct irq_domain;
135
137/* arch/sh/boards/se/7343/irq.c */ 136/* arch/sh/boards/se/7343/irq.c */
138extern unsigned int se7343_fpga_irq[]; 137extern struct irq_domain *se7343_irq_domain;
139 138
140void init_7343se_IRQ(void); 139void init_7343se_IRQ(void);
141 140