From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: Re: [PATCH 3/3] ARM: dts: da850: Add node for pullup/pulldown pinconf Date: Wed, 23 Nov 2016 16:42:41 +0530 Message-ID: <8c3e6535-4b79-9731-f801-c13f007e48ab@ti.com> References: <1479871767-20160-1-git-send-email-david@lechnology.com> <1479871767-20160-4-git-send-email-david@lechnology.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1479871767-20160-4-git-send-email-david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: David Lechner , Linus Walleij , Rob Herring , Mark Rutland , Kevin Hilman Cc: linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Axel Haslam , Alexandre Bailon , =?UTF-8?Q?Bartosz_Go=c5=82aszewski?= List-Id: linux-gpio@vger.kernel.org On Wednesday 23 November 2016 08:59 AM, David Lechner wrote: > This SoC has a separate pin controller for configuring pullup/pulldown > bias on groups of pins. > > Signed-off-by: David Lechner > --- > arch/arm/boot/dts/da850.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi > index 8945815..1c0224c 100644 > --- a/arch/arm/boot/dts/da850.dtsi > +++ b/arch/arm/boot/dts/da850.dtsi > @@ -210,6 +210,11 @@ > }; > > }; > + pinconf: pin-controller@22c00c { > + compatible = "ti,da850-pupd"; > + reg = <0x22c00c 0x8>; > + status = "disabled"; > + }; Can you please place this below the i2c1 node. I am trying to keep the nodes sorted by unit address. I know thats broken in many places today, but lets add the new ones where they should eventually end up. Thanks, Sekhar -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935050AbcKWLOI (ORCPT ); Wed, 23 Nov 2016 06:14:08 -0500 Received: from fllnx210.ext.ti.com ([198.47.19.17]:53102 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752288AbcKWLOG (ORCPT ); Wed, 23 Nov 2016 06:14:06 -0500 Subject: Re: [PATCH 3/3] ARM: dts: da850: Add node for pullup/pulldown pinconf To: David Lechner , Linus Walleij , Rob Herring , Mark Rutland , Kevin Hilman References: <1479871767-20160-1-git-send-email-david@lechnology.com> <1479871767-20160-4-git-send-email-david@lechnology.com> CC: , , , , Axel Haslam , Alexandre Bailon , =?UTF-8?Q?Bartosz_Go=c5=82aszewski?= From: Sekhar Nori Message-ID: <8c3e6535-4b79-9731-f801-c13f007e48ab@ti.com> Date: Wed, 23 Nov 2016 16:42:41 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1479871767-20160-4-git-send-email-david@lechnology.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 23 November 2016 08:59 AM, David Lechner wrote: > This SoC has a separate pin controller for configuring pullup/pulldown > bias on groups of pins. > > Signed-off-by: David Lechner > --- > arch/arm/boot/dts/da850.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi > index 8945815..1c0224c 100644 > --- a/arch/arm/boot/dts/da850.dtsi > +++ b/arch/arm/boot/dts/da850.dtsi > @@ -210,6 +210,11 @@ > }; > > }; > + pinconf: pin-controller@22c00c { > + compatible = "ti,da850-pupd"; > + reg = <0x22c00c 0x8>; > + status = "disabled"; > + }; Can you please place this below the i2c1 node. I am trying to keep the nodes sorted by unit address. I know thats broken in many places today, but lets add the new ones where they should eventually end up. Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 From: nsekhar@ti.com (Sekhar Nori) Date: Wed, 23 Nov 2016 16:42:41 +0530 Subject: [PATCH 3/3] ARM: dts: da850: Add node for pullup/pulldown pinconf In-Reply-To: <1479871767-20160-4-git-send-email-david@lechnology.com> References: <1479871767-20160-1-git-send-email-david@lechnology.com> <1479871767-20160-4-git-send-email-david@lechnology.com> Message-ID: <8c3e6535-4b79-9731-f801-c13f007e48ab@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 23 November 2016 08:59 AM, David Lechner wrote: > This SoC has a separate pin controller for configuring pullup/pulldown > bias on groups of pins. > > Signed-off-by: David Lechner > --- > arch/arm/boot/dts/da850.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi > index 8945815..1c0224c 100644 > --- a/arch/arm/boot/dts/da850.dtsi > +++ b/arch/arm/boot/dts/da850.dtsi > @@ -210,6 +210,11 @@ > }; > > }; > + pinconf: pin-controller at 22c00c { > + compatible = "ti,da850-pupd"; > + reg = <0x22c00c 0x8>; > + status = "disabled"; > + }; Can you please place this below the i2c1 node. I am trying to keep the nodes sorted by unit address. I know thats broken in many places today, but lets add the new ones where they should eventually end up. Thanks, Sekhar