From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] ARM: at91sam9260: dt: uart1 fix pinctrl typo
Date: Thu, 18 Apr 2013 09:59:10 +0200 [thread overview]
Message-ID: <516FA7CE.7030109@atmel.com> (raw)
In-Reply-To: <1366141672-10302-1-git-send-email-plagnioj@jcrosoft.com>
On 04/16/2013 09:47 PM, Jean-Christophe PLAGNIOL-VILLARD :
> it's bank B not C
Already seen by Douglas Gilbert and queued for 3.10 in arm-soc/at91/dt3
Thanks anyway, bye.
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
> Reported-by: Adam Porter <porter.adam@gmail.com>
> ---
> arch/arm/boot/dts/at91sam9260.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9260.dtsi
> index 367a604..6980ed1 100644
> --- a/arch/arm/boot/dts/at91sam9260.dtsi
> +++ b/arch/arm/boot/dts/at91sam9260.dtsi
> @@ -220,8 +220,8 @@
> uart1 {
> pinctrl_uart1: uart1-0 {
> atmel,pins =
> - <2 12 0x1 0x1 /* PB12 periph A with pullup */
> - 2 13 0x1 0x0>; /* PB13 periph A */
> + <1 12 0x1 0x1 /* PB12 periph A with pullup */
> + 1 13 0x1 0x0>; /* PB13 periph A */
> };
> };
>
>
--
Nicolas Ferre
prev parent reply other threads:[~2013-04-18 7:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-16 19:47 [PATCH 1/1] ARM: at91sam9260: dt: uart1 fix pinctrl typo Jean-Christophe PLAGNIOL-VILLARD
2013-04-18 7:59 ` 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=516FA7CE.7030109@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.