From: Douglas Gilbert Date: Wed, 30 Jan 2013 09:09:17 +0000 (+0100) Subject: ARM: at91/at91sam9x5.dtsi: fix usart3 TXD X-Git-Tag: next-20130218~18^2~58^2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7d4cfece23f535b60496d88a717a3d7bfca50187;p=karo-tx-linux.git ARM: at91/at91sam9x5.dtsi: fix usart3 TXD Comment for usart3 TXD (TXD3) is correct, dt code is wrong. Signed-off-by: Douglas Gilbert Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index 464e34ffed6c..0c6009080b88 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 */ };