linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: alexandre.belloni@free-electrons.com (Alexandre Belloni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91/dt: fix typo in sama5d2 PIN_PD24 description
Date: Tue, 19 Apr 2016 17:58:48 +0200	[thread overview]
Message-ID: <20160419155848.GC29844@piout.net> (raw)
In-Reply-To: <1461081005-2513-1-git-send-email-fvallee@eukrea.fr>

Hi,

Please always include a commit log even if it is short.


On 19/04/2016 at 17:50:05 +0200, Florian Vallee wrote :
> Fixes: 7f16cb676c00 ("ARM: at91/dt: add sama5d2 pinmux")
> Signed-off-by: Florian Vallee <fvallee@eukrea.fr>
> ---
>  arch/arm/boot/dts/sama5d2-pinfunc.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/sama5d2-pinfunc.h b/arch/arm/boot/dts/sama5d2-pinfunc.h
> index b0c912fe..8a394f3 100644
> --- a/arch/arm/boot/dts/sama5d2-pinfunc.h
> +++ b/arch/arm/boot/dts/sama5d2-pinfunc.h
> @@ -837,8 +837,8 @@
>  #define PIN_PD23__ISC_FIELD		PINMUX_PIN(PIN_PD23, 6, 4)
>  #define PIN_PD24			120
>  #define PIN_PD24__GPIO			PINMUX_PIN(PIN_PD24, 0, 0)
> -#define PIN_PD24__UTXD2			PINMUX_PIN(PIN_PD23, 1, 2)
> -#define PIN_PD24__FLEXCOM4_IO3		PINMUX_PIN(PIN_PD23, 3, 3)
> +#define PIN_PD24__UTXD2			PINMUX_PIN(PIN_PD24, 1, 2)
> +#define PIN_PD24__FLEXCOM4_IO3		PINMUX_PIN(PIN_PD24, 3, 3)
>  #define PIN_PD25			121
>  #define PIN_PD25__GPIO			PINMUX_PIN(PIN_PD25, 0, 0)
>  #define PIN_PD25__SPI1_SPCK		PINMUX_PIN(PIN_PD25, 1, 3)
> -- 
> 2.7.4
> 

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

      reply	other threads:[~2016-04-19 15:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-19 15:50 [PATCH] ARM: at91/dt: fix typo in sama5d2 PIN_PD24 description Florian Vallee
2016-04-19 15:58 ` Alexandre Belloni [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=20160419155848.GC29844@piout.net \
    --to=alexandre.belloni@free-electrons.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 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).