From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] at91: serial: fix wrong pinctrl_usart2_rts
Date: Thu, 19 Sep 2013 14:44:48 +0200 [thread overview]
Message-ID: <523AF1C0.5030505@atmel.com> (raw)
In-Reply-To: <1379593719-9337-1-git-send-email-jiri.prchal@aksignal.cz>
On 19/09/2013 14:28, Jiri Prchal :
> Replace pinctrl_usart2_rts and pinctrl_usart2_cts istead of pinctrl_uart2_*.
>
> Signed-off-by: Jiri Prchal <jiri.prchal@aksignal.cz>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Thanks Jiri.
> ---
> arch/arm/boot/dts/at91sam9x5.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi
> index c5d26b0..2d674d7 100644
> --- a/arch/arm/boot/dts/at91sam9x5.dtsi
> +++ b/arch/arm/boot/dts/at91sam9x5.dtsi
> @@ -190,12 +190,12 @@
> AT91_PIOA 8 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PA8 periph A */
> };
>
> - pinctrl_uart2_rts: uart2_rts-0 {
> + pinctrl_usart2_rts: usart2_rts-0 {
> atmel,pins =
> <AT91_PIOB 0 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB0 periph B */
> };
>
> - pinctrl_uart2_cts: uart2_cts-0 {
> + pinctrl_usart2_cts: usart2_cts-0 {
> atmel,pins =
> <AT91_PIOB 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB1 periph B */
> };
>
--
Nicolas Ferre
prev parent reply other threads:[~2013-09-19 12:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-19 12:28 [PATCH] at91: serial: fix wrong pinctrl_usart2_rts Jiri Prchal
2013-09-19 12:44 ` Nicolas Ferre [this message]
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=523AF1C0.5030505@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.