From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2FAB0C43464 for ; Mon, 21 Sep 2020 06:28:56 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C28EA20739 for ; Mon, 21 Sep 2020 06:28:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="tT9rBOEm" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C28EA20739 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=microchip.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=mrPCofSAI0ofE0zriZDFkmxO08t1UHnyYW93uP1CKDQ=; b=tT9rBOEmdwq7XcrTLuME65iaG 2zY4uP/MIG/tTCptbgypIG0LNwvT7HfhpM3oQulrFlWNl0Rm87/XFFyALFMnQAFuOArjUK8h2cJo7 dJaTy+Wgqg0BU1vnl8uiheVRim9cqn+wXOa0t14ez10wP6IFHGYRIf5YanZjmA8AnuzPVrcMD0F1k h3eobRvEf+MwfaqLarIf/c6sz4RzzmFZCCLduYbzoQLBKBkmio7XOm4uBFDeZpcMqvTGnxku5zyqp sIMCKjdawAfdScAVS31i4HiWRJU/4cBdx1vvBe9QNt8/wDnU32Fo83rC4UEh0xRg+nTof/Lkmim26 9MQDV2d7g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kKFIE-0006iK-SZ; Mon, 21 Sep 2020 06:27:18 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kKFI9-0006gA-TM for linux-arm-kernel@lists.infradead.org; Mon, 21 Sep 2020 06:27:15 +0000 Received: from sekiro (amontpellier-556-1-154-164.w109-210.abo.wanadoo.fr [109.210.130.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E5FF420739; Mon, 21 Sep 2020 06:27:10 +0000 (UTC) Date: Mon, 21 Sep 2020 08:27:07 +0200 From: Ludovic Desroches To: Eugen Hristev Subject: Re: [PATCH 2/2] pinctrl: at91-pio4: add support for sama7g5 SoC Message-ID: <20200921062707.s3s7nsws4ddddgy5@sekiro> References: <20200917131257.273882-1-eugen.hristev@microchip.com> <20200917131257.273882-2-eugen.hristev@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200917131257.273882-2-eugen.hristev@microchip.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200921_022714_035501_9E08906A X-CRM114-Status: GOOD ( 20.30 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linus.walleij@linaro.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Sep 17, 2020 at 04:12:57PM +0300, Eugen Hristev wrote: > Add support for sama7g5 pinctrl block, which has 5 PIO banks. > > Signed-off-by: Eugen Hristev Acked-by: Ludovic Desroches Thanks. Ludovic > --- > drivers/pinctrl/pinctrl-at91-pio4.c | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/drivers/pinctrl/pinctrl-at91-pio4.c b/drivers/pinctrl/pinctrl-at91-pio4.c > index 1c852293cb96..9f62152d0a62 100644 > --- a/drivers/pinctrl/pinctrl-at91-pio4.c > +++ b/drivers/pinctrl/pinctrl-at91-pio4.c > @@ -999,10 +999,17 @@ static const struct atmel_pioctrl_data atmel_sama5d2_pioctrl_data = { > .nbanks = 4, > }; > > +static const struct atmel_pioctrl_data microchip_sama7g5_pioctrl_data = { > + .nbanks = 5, > +}; > + > static const struct of_device_id atmel_pctrl_of_match[] = { > { > .compatible = "atmel,sama5d2-pinctrl", > .data = &atmel_sama5d2_pioctrl_data, > + }, { > + .compatible = "microchip,sama7g5-pinctrl", > + .data = µchip_sama7g5_pioctrl_data, > }, { > /* sentinel */ > } > -- > 2.25.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel