Commit 65a0fe04 authored by Robert Nelson's avatar Robert Nelson Committed by Nicolas Ferre

ARM: at91: at91sam9x5: fix usart3 pinctrl name

The renaming of pinctrl_uart3 to pinctrl_usart3 was missed in
commit 9e3129e9 (ARM: at91: fix usart/uart namimg in pinctrl).
Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 949db153
......@@ -197,7 +197,7 @@ pinctrl_usart2_sck: usart2_sck-0 {
};
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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment