Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1528322

Re: [PATCH 3/3] ARM: dts: da850: Add node for pullup/pulldown pinconf

From Sekhar Nori <nsekhar@ti.com>
Newsgroups linux.kernel
Subject Re: [PATCH 3/3] ARM: dts: da850: Add node for pullup/pulldown pinconf
Date 2016-11-23 12:20 +0100
Message-ID <sGDKO-494-19@gated-at.bofh.it> (permalink)
References <sGwzD-7Rr-3@gated-at.bofh.it> <sGwzE-7Rr-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <david@lechnology.com>
> ---
>  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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] TI DA850/OMAP-L138/AM18x pinconf David Lechner <david@lechnology.com> - 2016-11-23 04:40 +0100
  [PATCH 3/3] ARM: dts: da850: Add node for pullup/pulldown pinconf David Lechner <david@lechnology.com> - 2016-11-23 04:40 +0100
    Re: [PATCH 3/3] ARM: dts: da850: Add node for pullup/pulldown pinconf Sekhar Nori <nsekhar@ti.com> - 2016-11-23 12:20 +0100
      Re: [PATCH 3/3] ARM: dts: da850: Add node for pullup/pulldown pinconf David Lechner <david@lechnology.com> - 2016-11-23 17:30 +0100
        Re: [PATCH 3/3] ARM: dts: da850: Add node for pullup/pulldown pinconf Kevin Hilman <khilman@baylibre.com> - 2016-11-23 23:40 +0100
        Re: [PATCH 3/3] ARM: dts: da850: Add node for pullup/pulldown pinconf Sekhar Nori <nsekhar@ti.com> - 2016-11-24 07:00 +0100
  Re: [PATCH 0/3] TI DA850/OMAP-L138/AM18x pinconf Sekhar Nori <nsekhar@ti.com> - 2016-11-23 12:20 +0100

csiph-web