From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757373AbbE2VyN (ORCPT ); Fri, 29 May 2015 17:54:13 -0400 Received: from mail-gw2-out.broadcom.com ([216.31.210.63]:12080 "EHLO mail-gw2-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756858AbbE2VyL (ORCPT ); Fri, 29 May 2015 17:54:11 -0400 X-IronPort-AV: E=Sophos;i="5.13,519,1427785200"; d="scan'208";a="66171614" Message-ID: <5568DFFC.1020006@broadcom.com> Date: Fri, 29 May 2015 14:54:04 -0700 From: Florian Fainelli User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Gregory Fong , CC: Alexandre Courbot , , Brian Norris , , Florian Fainelli , Ian Campbell , "Kumar Gala" , Linus Walleij , , , Mark Rutland , Pawel Moll , "Rob Herring" , Russell King Subject: Re: [PATCH v2 6/6] ARM: brcmstb: Add default gpio number References: <1432865650-4062-1-git-send-email-gregory.0xf0@gmail.com> <1432865650-4062-7-git-send-email-gregory.0xf0@gmail.com> In-Reply-To: <1432865650-4062-7-git-send-email-gregory.0xf0@gmail.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28/05/15 19:14, Gregory Fong wrote: > Out of the brcmstb SoCs that I know, BCM3390 has the largest numbers > of GPIOs, with its > - 320 "peripheral" GPIOs > - 5*32 = 160 UPG GPIOs (counting unused lines, which do get counted) > - 2*32 = 64 UPG AON GPIOs (counting unused lines) > Total: 544 > > I suspect that the upper limit will only need to be higher in the > future, so set it to 1024. > > Signed-off-by: Gregory Fong Applied to soc/next, thanks! -- Florian