From patchwork Mon Feb 13 09:51:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe Langlais X-Patchwork-Id: 6764 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 4FEFD23E01 for ; Mon, 13 Feb 2012 09:55:35 +0000 (UTC) Received: from mail-tul01m020-f180.google.com (mail-tul01m020-f180.google.com [209.85.214.180]) by fiordland.canonical.com (Postfix) with ESMTP id E78B8A1874A for ; Mon, 13 Feb 2012 09:55:34 +0000 (UTC) Received: by obbuo19 with SMTP id uo19so8597933obb.11 for ; Mon, 13 Feb 2012 01:55:34 -0800 (PST) Received: by 10.50.85.231 with SMTP id k7mr18062237igz.25.1329126934246; Mon, 13 Feb 2012 01:55:34 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.66.135 with SMTP id n7cs50768ibi; Mon, 13 Feb 2012 01:55:33 -0800 (PST) Received: by 10.14.100.80 with SMTP id y56mr5072104eef.68.1329126932429; Mon, 13 Feb 2012 01:55:32 -0800 (PST) Received: from eu1sys200aog114.obsmtp.com (eu1sys200aog114.obsmtp.com. [207.126.144.137]) by mx.google.com with SMTP id b46si8790322eei.102.2012.02.13.01.55.26 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 13 Feb 2012 01:55:32 -0800 (PST) Received-SPF: neutral (google.com: 207.126.144.137 is neither permitted nor denied by best guess record for domain of philippe.langlais@stericsson.com) client-ip=207.126.144.137; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.137 is neither permitted nor denied by best guess record for domain of philippe.langlais@stericsson.com) smtp.mail=philippe.langlais@stericsson.com Received: from beta.dmz-eu.st.com ([164.129.1.35]) (using TLSv1) by eu1sys200aob114.postini.com ([207.126.147.11]) with SMTP ID DSNKTzjeDtFkcvDyEhh5wFKnFlmrQ+DsriMx@postini.com; Mon, 13 Feb 2012 09:55:32 UTC Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 4B8D336D; Mon, 13 Feb 2012 09:55:25 +0000 (GMT) Received: from relay2.stm.gmessaging.net (unknown [10.230.100.18]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id ED0C71DE6; Mon, 13 Feb 2012 09:55:24 +0000 (GMT) Received: from exdcvycastm022.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm022", Issuer "exdcvycastm022" (not verified)) by relay2.stm.gmessaging.net (Postfix) with ESMTPS id C86C2A8065; Mon, 13 Feb 2012 10:55:20 +0100 (CET) Received: from localhost.localdomain (10.230.100.153) by smtp.stericsson.com (10.230.100.30) with Microsoft SMTP Server (TLS) id 8.3.83.0; Mon, 13 Feb 2012 10:55:24 +0100 From: Philippe Langlais To: , Cc: , , Philippe Langlais Subject: [PATCH] arm: Set ARCH_NR_GPIO to 355 on U8500 platforms Date: Mon, 13 Feb 2012 10:51:22 +0100 Message-ID: <1329126682-19028-1-git-send-email-philippe.langlais@stericsson.com> X-Mailer: git-send-email 1.7.6 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQm27T9fbyKeh6NJIBkniwvvCJzPMSPkBuCUEw3kXWN7uQaxZK6NAbSLUKooHkw4PW04/Kqc From: Philippe Langlais This is due to the increased number of AB8500 GPIOs. Signed-off-by: Philippe Langlais --- 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.