Message ID | 51083A70.1070809@interlog.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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,
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 --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 */ };
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>