Skip to content

Commit

Permalink
ARM: at91: at91sam9x5: fix usart3 pinctrl name
Browse files Browse the repository at this point in the history
The renaming of pinctrl_uart3 to pinctrl_usart3 was missed in
commit 9e3129e (ARM: at91: fix usart/uart namimg in pinctrl).

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Robert Nelson authored and Nicolas Ferre committed Jan 30, 2013
1 parent 949db15 commit 65a0fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/at91sam9x5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 65a0fe0

Please sign in to comment.