From: Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Bhuvanchandra DV
<bhuvanchandra.dv-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
stefan-XLVq0VzYD2Y@public.gmane.org,
kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org
Subject: Re: [PATCH] ARM: dts: colibri-vf: Add pinmux for UART_0 aka UART_A RTS/CTS pins
Date: Thu, 18 Feb 2016 23:18:18 +0800 [thread overview]
Message-ID: <20160218151818.GF6756@tiger> (raw)
In-Reply-To: <1455594361-5870-1-git-send-email-bhuvanchandra.dv-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org>
On Tue, Feb 16, 2016 at 09:16:01AM +0530, Bhuvanchandra DV wrote:
> Add pinmux for UART_A RTS, CTS pin's.
>
> Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org>
> Acked-by: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>
Applied, thanks.
Please copy linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org instead of
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org when submit such patches in the future.
Shawn
> ---
> arch/arm/boot/dts/vf-colibri.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/vf-colibri.dtsi b/arch/arm/boot/dts/vf-colibri.dtsi
> index e5949b9..700840f 100644
> --- a/arch/arm/boot/dts/vf-colibri.dtsi
> +++ b/arch/arm/boot/dts/vf-colibri.dtsi
> @@ -213,6 +213,8 @@
> fsl,pins = <
> VF610_PAD_PTB10__UART0_TX 0x21a2
> VF610_PAD_PTB11__UART0_RX 0x21a1
> + VF610_PAD_PTB12__UART0_RTS 0x21a2
> + VF610_PAD_PTB13__UART0_CTS 0x21a1
> >;
> };
>
> --
> 2.7.1
>
>
--
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
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
stefan@agner.ch, kernel@pengutronix.de
Subject: Re: [PATCH] ARM: dts: colibri-vf: Add pinmux for UART_0 aka UART_A RTS/CTS pins
Date: Thu, 18 Feb 2016 23:18:18 +0800 [thread overview]
Message-ID: <20160218151818.GF6756@tiger> (raw)
In-Reply-To: <1455594361-5870-1-git-send-email-bhuvanchandra.dv@toradex.com>
On Tue, Feb 16, 2016 at 09:16:01AM +0530, Bhuvanchandra DV wrote:
> Add pinmux for UART_A RTS, CTS pin's.
>
> Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
> Acked-by: Stefan Agner <stefan@agner.ch>
Applied, thanks.
Please copy linux-arm-kernel@lists.infradead.org instead of
linux-kernel@vger.kernel.org when submit such patches in the future.
Shawn
> ---
> arch/arm/boot/dts/vf-colibri.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/vf-colibri.dtsi b/arch/arm/boot/dts/vf-colibri.dtsi
> index e5949b9..700840f 100644
> --- a/arch/arm/boot/dts/vf-colibri.dtsi
> +++ b/arch/arm/boot/dts/vf-colibri.dtsi
> @@ -213,6 +213,8 @@
> fsl,pins = <
> VF610_PAD_PTB10__UART0_TX 0x21a2
> VF610_PAD_PTB11__UART0_RX 0x21a1
> + VF610_PAD_PTB12__UART0_RTS 0x21a2
> + VF610_PAD_PTB13__UART0_CTS 0x21a1
> >;
> };
>
> --
> 2.7.1
>
>
next prev parent reply other threads:[~2016-02-18 15:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-16 3:46 [PATCH] ARM: dts: colibri-vf: Add pinmux for UART_0 aka UART_A RTS/CTS pins Bhuvanchandra DV
2016-02-16 3:46 ` Bhuvanchandra DV
[not found] ` <1455594361-5870-1-git-send-email-bhuvanchandra.dv-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org>
2016-02-18 15:18 ` Shawn Guo [this message]
2016-02-18 15:18 ` Shawn Guo
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=20160218151818.GF6756@tiger \
--to=shawnguo-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=bhuvanchandra.dv-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=stefan-XLVq0VzYD2Y@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 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.