Message ID | 1359387816-11730-1-git-send-email-robertcnelson@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 01/28/2013 04:43 PM, Robert Nelson : > The renaming of pinctrl_uart3 to pinctrl_usart3 was missed in: > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=9e3129e937e2f178d2a003ea45765e5e63e34665 > > Signed-off-by: Robert Nelson <robertcnelson@gmail.com> With little reformatting of commit message, queued in at91-fixes. Thanks a lot! Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> > --- > arch/arm/boot/dts/at91sam9x5.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi > index 8ecca69..464e34f 100644 > --- a/arch/arm/boot/dts/at91sam9x5.dtsi > +++ b/arch/arm/boot/dts/at91sam9x5.dtsi > @@ -197,7 +197,7 @@ > }; > > usart3 { > - pinctrl_uart3: usart3-0 { > + pinctrl_usart3: usart3-0 { > atmel,pins = > <2 23 0x2 0x1 /* PC22 periph B with pullup */ > 2 23 0x2 0x0>; /* PC23 periph B */ >
diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index 8ecca69..464e34f 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi @@ -197,7 +197,7 @@ }; usart3 { - pinctrl_uart3: usart3-0 { + pinctrl_usart3: usart3-0 { atmel,pins = <2 23 0x2 0x1 /* PC22 periph B with pullup */ 2 23 0x2 0x0>; /* PC23 periph B */
The renaming of pinctrl_uart3 to pinctrl_usart3 was missed in: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=9e3129e937e2f178d2a003ea45765e5e63e34665 Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- arch/arm/boot/dts/at91sam9x5.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)