diff options
author | Ian Molton <spyro@f2s.com> | 2008-08-09 21:26:59 +0100 |
---|---|---|
committer | Ian Molton <spyro@f2s.com> | 2008-08-12 12:54:31 +0100 |
commit | dec5abe9219aebf6d65e9af95de1c031d7039bdb (patch) | |
tree | 9afd98701f3aeb680046139f12216926aa963816 /arch/arm | |
parent | c1ed406c212973bd59712a0ab722639a75381898 (diff) |
[ARM] Fix eseries IRQ limit
The max IRQ is too small for all e-series machines which have at least one
GPIO expander chip in them.
Signed-off-by: Ian Molton <spyro@f2s.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/irqs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/irqs.h b/arch/arm/mach-pxa/include/mach/irqs.h index 32772bc6925c..108b5db9b2af 100644 --- a/arch/arm/mach-pxa/include/mach/irqs.h +++ b/arch/arm/mach-pxa/include/mach/irqs.h @@ -183,6 +183,7 @@ defined(CONFIG_MACH_TOSA) || \ defined(CONFIG_MACH_MAINSTONE) || \ defined(CONFIG_MACH_PCM027) || \ + defined(CONFIG_ARCH_PXA_ESERIES) || \ defined(CONFIG_MACH_MAGICIAN) #define NR_IRQS (IRQ_BOARD_END) #elif defined(CONFIG_MACH_ZYLONITE) |