devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
To: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>
Cc: Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>,
	Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>,
	Gregory Clement
	<gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	Sebastian Hesselbarth
	<sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>,
	Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCHv5 06/10] arm: mvebu: define and use common Armada 370 UART pinctrl settings
Date: Fri, 21 Nov 2014 21:26:48 +0100	[thread overview]
Message-ID: <20141121202648.GF20238@lunn.ch> (raw)
In-Reply-To: <455f2c2ebd8075c43f1fe60b99de10160310f780.1416598537.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>

Hi Arnaud
> 
> This patch defines common Armada 370 pinctrl settings for uart0 and
> uart1 interfaces:
> 
>  uart0: MPP0-1 as default
>  uart1: MPP41-42 as default
> 
> Note: this patch has the potential to break out-of-tree users w/o
> specific pinctrl settings for their uart interfaces if the default
> above does not match their config.
> 
> Suggested-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
> Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>
> ---
>  arch/arm/boot/dts/armada-370.dtsi | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/armada-370.dtsi b/arch/arm/boot/dts/armada-370.dtsi
> index f1284ae0cddd..b8de32b2a265 100644
> --- a/arch/arm/boot/dts/armada-370.dtsi
> +++ b/arch/arm/boot/dts/armada-370.dtsi
> @@ -211,6 +211,21 @@
>  				pinctrl-names = "default";
>  			};
>  
> +			/*
> +			 * Default UART pinctrl setting without RTS/CTS, can
> +			 * be overwritten on board level if a different
> +			 * configuration is used.
> +			 */
> +			uart0: serial@12000 {
> +				pinctrl-0 = <&uart0_pins>;
> +				pinctrl-names = "default";
> +			};
> +
> +			uart1: serial@12100 {
> +				pinctrl-0 = <&uart1_pins>;
> +				pinctrl-names = "default";
> +			};
> +

And again.

    Andrew
--
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

  parent reply	other threads:[~2014-11-21 20:26 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-21 19:45 [PATCHv5 00/10] arm: mvebu: add Synology DS213j and DS414 .dts files Arnaud Ebalard
     [not found] ` <cover.1416598536.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>
2014-11-21 19:44   ` [PATCHv5 01/10] arm: mvebu: fix vendor prefix typo in kirkwood-synology.dtsi Arnaud Ebalard
2014-11-21 19:45   ` [PATCHv5 02/10] arm: mvebu: add uartX labels for Armada SoC serial nodes Arnaud Ebalard
2014-11-21 19:45   ` [PATCHv5 03/10] arm: mvebu: use recently introduced uart label for stdout-path Arnaud Ebalard
2014-11-21 19:45   ` [PATCHv5 04/10] arm: mvebu: move Armada 370/XP pinctrl node definition armada-370-xp.dtsi Arnaud Ebalard
     [not found]     ` <2daf170fc0a35852111a3e101df73c789bbbb276.1416598536.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>
2014-11-21 20:18       ` Andrew Lunn
     [not found]         ` <20141121201844.GD20238-g2DYL2Zd6BY@public.gmane.org>
2014-11-21 23:13           ` Arnaud Ebalard
2014-11-21 19:45   ` [PATCHv5 05/10] arm: mvebu: define and use common Armada 370 SPI pinctrl settings Arnaud Ebalard
     [not found]     ` <a0eb580b7cc0f7cf39f1a69f0cc5747bded66300.1416598537.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>
2014-11-21 20:22       ` Andrew Lunn
2014-11-21 19:45   ` [PATCHv5 06/10] arm: mvebu: define and use common Armada 370 UART " Arnaud Ebalard
     [not found]     ` <455f2c2ebd8075c43f1fe60b99de10160310f780.1416598537.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>
2014-11-21 20:26       ` Andrew Lunn [this message]
2014-11-21 19:45   ` [PATCHv5 07/10] arm: mvebu: define and use common Armada XP UART2/3 " Arnaud Ebalard
2014-11-21 19:46   ` [PATCHv5 08/10] arm: mvebu: define and use common Armada XP SPI pinctrl setting Arnaud Ebalard
     [not found]     ` <45747a6875f158a8783206953949834e31822cb7.1416598537.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>
2014-11-21 20:28       ` Andrew Lunn
2014-11-21 19:46   ` [PATCHv5 09/10] arm: mvebu: add .dts file for Synology DS213j Arnaud Ebalard
     [not found]     ` <36a07bdc70a826e26867eba4755be82e39b35450.1416598537.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>
2014-11-21 20:34       ` Andrew Lunn
2014-11-21 19:46   ` [PATCHv5 10/10] arm: mvebu: add .dts file for Synology DS414 Arnaud Ebalard
2014-11-21 20:38   ` [PATCHv5 00/10] arm: mvebu: add Synology DS213j and DS414 .dts files Andrew Lunn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141121202648.GF20238@lunn.ch \
    --to=andrew-g2dyl2zd6by@public.gmane.org \
    --cc=arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
    --cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
    --cc=jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org \
    --cc=klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
    --cc=rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org \
    --cc=sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).