From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934700AbcKWWdn (ORCPT ); Wed, 23 Nov 2016 17:33:43 -0500 Received: from mail-pf0-f180.google.com ([209.85.192.180]:34114 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933256AbcKWWdl (ORCPT ); Wed, 23 Nov 2016 17:33:41 -0500 From: Kevin Hilman To: David Lechner Cc: Sekhar Nori , Linus Walleij , Rob Herring , Mark Rutland , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Axel Haslam , Alexandre Bailon , Bartosz =?utf-8?Q?Go=C5=82aszewski?= Subject: Re: [PATCH 3/3] ARM: dts: da850: Add node for pullup/pulldown pinconf Organization: BayLibre References: <1479871767-20160-1-git-send-email-david@lechnology.com> <1479871767-20160-4-git-send-email-david@lechnology.com> <8c3e6535-4b79-9731-f801-c13f007e48ab@ti.com> <06bc8517-8c33-85a1-9d5a-29042c7281db@lechnology.com> Date: Wed, 23 Nov 2016 14:33:38 -0800 In-Reply-To: <06bc8517-8c33-85a1-9d5a-29042c7281db@lechnology.com> (David Lechner's message of "Wed, 23 Nov 2016 10:24:06 -0600") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Lechner writes: > On 11/23/2016 05:12 AM, Sekhar Nori wrote: >> 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. > > I can do this, but it seems that the predominant sorting pattern here > is to keep subsystems together (e.g. all i2c are together, all uart > are together, etc.) > > Would a separate patch to sort everything by unit address to get this > cleaned up be acceptable? No thanks. That kind of thing is the needless churn that gets us flamed. Kevin