[PATCH] arm: Set ARCH_NR_GPIO to 355 on U8500 platforms

Philippe Langlais philippe.langlais at stericsson.com
Mon Feb 13 04:51:22 EST 2012


From: Philippe Langlais <philippe.langlais at linaro.org>

This is due to the increased number of AB8500 GPIOs.

Signed-off-by: Philippe Langlais <philippe.langlais at linaro.org>
---
 arch/arm/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 24626b0..f8988d0 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1579,7 +1579,7 @@ config LOCAL_TIMERS
 config ARCH_NR_GPIO
 	int
 	default 1024 if ARCH_SHMOBILE || ARCH_TEGRA
-	default 350 if ARCH_U8500
+	default 355 if ARCH_U8500
 	default 0
 	help
 	  Maximum number of GPIOs in the system.
-- 
1.7.6




More information about the linux-arm-kernel mailing list