From 8cc425c16eb1ac975568edcc5fa72e18ddbcc351 Mon Sep 17 00:00:00 2001 From: Rabin Vincent Date: Fri, 9 Apr 2010 11:38:28 +0530 Subject: 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 --- arch/arm/mach-ux500/include/mach/irqs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-ux500/include/mach') 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) -- cgit v1.2.3