From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751073AbcBKUDE (ORCPT ); Thu, 11 Feb 2016 15:03:04 -0500 Received: from mail-pf0-f179.google.com ([209.85.192.179]:34146 "EHLO mail-pf0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750942AbcBKUDB (ORCPT ); Thu, 11 Feb 2016 15:03:01 -0500 Subject: Re: [PATCH v2 3/3] ARM: dts: enable GPIO-a for Broadcom NSP To: Yendapally Reddy Dhananjaya Reddy , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Ray Jui , Scott Branden , Jon Mason , Linus Walleij References: <1449249162-16850-1-git-send-email-yrdreddy@broadcom.com> Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, linux-kernel@vger.kernel.org From: Florian Fainelli Message-ID: <56BCE8B1.2060900@gmail.com> Date: Thu, 11 Feb 2016 12:01:53 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1449249162-16850-1-git-send-email-yrdreddy@broadcom.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 04/12/15 09:12, Yendapally Reddy Dhananjaya Reddy wrote: > This enables the GPIO-a support for Broadcom NSP SoC > > Signed-off-by: Yendapally Reddy Dhananjaya Reddy Finally applied to devicetree/next, since there was a bit of restructuring with the addition of the ranges, please verify the results look correct here: https://github.com/Broadcom/stblinux/commit/018e4feb7584971b3dbda6daa6a8fef310cafbcb > --- > arch/arm/boot/dts/bcm-nsp.dtsi | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi > index 58aca27..148d79e 100644 > --- a/arch/arm/boot/dts/bcm-nsp.dtsi > +++ b/arch/arm/boot/dts/bcm-nsp.dtsi > @@ -116,4 +116,16 @@ > status = "disabled"; > }; > }; > + > + gpioa: gpio@18000020 { > + compatible = "brcm,nsp-gpio-a"; > + reg = <0x18000020 0x70>, > + <0x1803f1c4 0x1c>; > + #gpio-cells = <2>; > + gpio-controller; > + ngpios = <32>; > + interrupt-controller; > + interrupts = ; > + gpio-ranges = <&pinctrl 0 0 32>; > + }; > }; > -- Florian