aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/include
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2010-04-09 11:38:28 +0530
committerJohn Rigby <john.rigby@linaro.org>2010-09-02 22:44:58 -0600
commit8cc425c16eb1ac975568edcc5fa72e18ddbcc351 (patch)
treedd05d98f3245c2d6cd7f6dd1bb9a412f867e6fd3 /arch/arm/mach-ux500/include
parent27b02a2eacc03ac46ef48df8679f711ca97f66d2 (diff)
ux500-gpio: change max number to 268
Now that nomadik-gpio supports variable sized banks, reduce the max number of gpios to 268 instead of 288. Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/include')
-rwxr-xr-xarch/arm/mach-ux500/include/mach/irqs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/include/mach/irqs.h b/arch/arm/mach-ux500/include/mach/irqs.h
index 20c32392fba..3df869212d2 100755
--- a/arch/arm/mach-ux500/include/mach/irqs.h
+++ b/arch/arm/mach-ux500/include/mach/irqs.h
@@ -90,7 +90,7 @@
#define U8500_SOC_NR_IRQS 161
/* After chip-specific IRQ numbers we have the GPIO ones */
-#define U8500_NR_GPIO 288
+#define U8500_NR_GPIO 268
#define GPIO_TO_IRQ(gpio) (gpio + U8500_SOC_NR_IRQS)
#define IRQ_TO_GPIO(irq) (irq - U8500_SOC_NR_IRQS)