Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1334985 > unrolled thread
| Started by | Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> |
|---|---|
| First post | 2016-02-16 04:50 +0100 |
| Last post | 2016-02-18 16:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: dts: colibri-vf: Add pinmux for UART_0 aka UART_A RTS/CTS pins Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> - 2016-02-16 04:50 +0100
Re: [PATCH] ARM: dts: colibri-vf: Add pinmux for UART_0 aka UART_A RTS/CTS pins Shawn Guo <shawnguo@kernel.org> - 2016-02-18 16:20 +0100
| From | Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> |
|---|---|
| Date | 2016-02-16 04:50 +0100 |
| Subject | [PATCH] ARM: dts: colibri-vf: Add pinmux for UART_0 aka UART_A RTS/CTS pins |
| Message-ID | <r2EOd-2aW-3@gated-at.bofh.it> |
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> --- 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
[toc] | [next] | [standalone]
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Date | 2016-02-18 16:20 +0100 |
| Subject | Re: [PATCH] ARM: dts: colibri-vf: Add pinmux for UART_0 aka UART_A RTS/CTS pins |
| Message-ID | <r3yx4-7uQ-19@gated-at.bofh.it> |
| In reply to | #1334985 |
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 > >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web