From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Tue, 3 Mar 2015 19:50:17 +0100 Subject: [PATCH] ARM: dts: at91sam9260: fix usart pinctrl In-Reply-To: <20150131111519.GI4164@piout.net> References: <54CB6A16.4070601@microbit.se> <20150131111519.GI4164@piout.net> Message-ID: <54F60269.5030207@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Le 31/01/2015 12:15, Alexandre Belloni a ?crit : > (Added the maintainers in Cc) > > On 30/01/2015 at 12:25:10 +0100, Jonas Andersson wrote : >> >> Corrected pins used by usart3. >> >> Signed-off-by: Jonas Andersson > Acked-by: Alexandre Belloni Acked-by: Nicolas Ferre and stacked on top of at91-4.0-fixes: thanks! > >> --- >> arch/arm/boot/dts/at91sam9260.dtsi | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/arch/arm/boot/dts/at91sam9260.dtsi >> b/arch/arm/boot/dts/at91sam9260.dtsi >> index dd1313c..16ccfd9 100644 >> --- a/arch/arm/boot/dts/at91sam9260.dtsi >> +++ b/arch/arm/boot/dts/at91sam9260.dtsi >> @@ -489,12 +489,12 @@ >> >> pinctrl_usart3_rts: usart3_rts-0 { >> atmel,pins = >> - ; >> /* PC8 periph B */ >> + ; >> /* PC8 periph B */ >> }; >> >> pinctrl_usart3_cts: usart3_cts-0 { >> atmel,pins = >> - ; >> /* PC10 periph B */ >> + ; >> /* PC10 periph B */ >> }; >> }; >> >> -- >> 1.9.3 >> >> >> _______________________________________________ >> linux-arm-kernel mailing list >> linux-arm-kernel at lists.infradead.org >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > -- Nicolas Ferre