diff options
author | Robert Nelson <robertcnelson@gmail.com> | 2013-01-28 10:43:36 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-01-30 04:05:25 -0500 |
commit | 65a0fe0488fb93e3af9643cdac88f856744f702f (patch) | |
tree | e2b3ce936f406c3f44ca89cb0f296510a0cfbba6 /arch | |
parent | 949db153b6466c6f7cad5a427ecea94985927311 (diff) |
ARM: at91: at91sam9x5: fix usart3 pinctrl name
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index 8ecca6948d81..464e34ffed6c 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi | |||
@@ -197,7 +197,7 @@ | |||
197 | }; | 197 | }; |
198 | 198 | ||
199 | usart3 { | 199 | usart3 { |
200 | pinctrl_uart3: usart3-0 { | 200 | pinctrl_usart3: usart3-0 { |
201 | atmel,pins = | 201 | atmel,pins = |
202 | <2 23 0x2 0x1 /* PC22 periph B with pullup */ | 202 | <2 23 0x2 0x1 /* PC22 periph B with pullup */ |
203 | 2 23 0x2 0x0>; /* PC23 periph B */ | 203 | 2 23 0x2 0x0>; /* PC23 periph B */ |