diff mbox

ARM: at91: at91sam9x5.dtsi:usart3 TXD

Message ID 51083A70.1070809@interlog.com (mailing list archive)
State New, archived
Headers show

Commit Message

Douglas Gilbert Jan. 29, 2013, 9:09 p.m. UTC
Comment for usart3 TXD (TXD3) is correct, dt code is wrong.

The patch is against lk 3.8.0-rc5 .

Signed-off-by: Douglas Gilbert <dgilbert@interlog.com>

Comments

Douglas Gilbert Jan. 30, 2013, 8:48 a.m. UTC | #1
On 13-01-29 10:09 PM, Douglas Gilbert wrote:
> Comment for usart3 TXD (TXD3) is correct, dt code is wrong.
>
> The patch is against lk 3.8.0-rc5 .

Actually this patch also depends on a patch by Robert Nelson
titled: "[PATCH] ARM: at91: at91sam9x5: fix usart3 pinctrl name"
posted on Monday 28 January, 2013. Two separate bugs in
3 lines of code, not bad going :-)

Doug Gilbert
Nicolas Ferre Jan. 30, 2013, 9:01 a.m. UTC | #2
On 01/30/2013 09:48 AM, Douglas Gilbert :
> On 13-01-29 10:09 PM, Douglas Gilbert wrote:
>> Comment for usart3 TXD (TXD3) is correct, dt code is wrong.
>>
>> The patch is against lk 3.8.0-rc5 .
> 
> Actually this patch also depends on a patch by Robert Nelson
> titled: "[PATCH] ARM: at91: at91sam9x5: fix usart3 pinctrl name"
> posted on Monday 28 January, 2013. Two separate bugs in
> 3 lines of code, not bad going :-)

Okay, I try to queue both of them for 3.8-fixes...

Thanks, bye,
Nicolas Ferre Jan. 30, 2013, 9:13 a.m. UTC | #3
On 01/29/2013 10:09 PM, Douglas Gilbert :
> Comment for usart3 TXD (TXD3) is correct, dt code is wrong.
> 
> The patch is against lk 3.8.0-rc5 .
> 
> Signed-off-by: Douglas Gilbert <dgilbert@interlog.com>

Queued in at91-fixes with little formating in message subject.

Thank for your help.


Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

Bye,
diff mbox

Patch

diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi
index 464e34f..f29a7d3 100644
--- a/arch/arm/boot/dts/at91sam9x5.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5.dtsi
@@ -199,7 +199,7 @@ 
 				usart3 {
 					pinctrl_usart3: usart3-0 {
 						atmel,pins =
-							<2 23 0x2 0x1	/* PC22 periph B with pullup */
+							<2 22 0x2 0x1	/* PC22 periph B with pullup */
 							 2 23 0x2 0x0>;	/* PC23 periph B */
 					};