diff options
author | Jay Foster <jayfoster@ieee.org> | 2018-08-20 05:42:01 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-08-27 11:24:07 -0400 |
commit | 10af10db8c76fa5b9bf1f52a895c1cb2c0ac24da (patch) | |
tree | c012f1ac5bbb5b9e1f0659cea95d7f3b0ee1b9d5 | |
parent | bb837a434e6e3fce9e9d453271dd65fc79e74a42 (diff) |
ARM: dts: at91/trivial: Fix USART1 definition for at91sam9g45
Fix a typo. No functional change made by this patch.
Signed-off-by: Jay Foster <jayfoster@ieee.org>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | arch/arm/boot/dts/at91sam9g45.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9g45.dtsi index 1ee25a475be8..d16db1fa7e15 100644 --- a/arch/arm/boot/dts/at91sam9g45.dtsi +++ b/arch/arm/boot/dts/at91sam9g45.dtsi | |||
@@ -570,7 +570,7 @@ | |||
570 | }; | 570 | }; |
571 | }; | 571 | }; |
572 | 572 | ||
573 | uart1 { | 573 | usart1 { |
574 | pinctrl_usart1: usart1-0 { | 574 | pinctrl_usart1: usart1-0 { |
575 | atmel,pins = | 575 | atmel,pins = |
576 | <AT91_PIOB 4 AT91_PERIPH_A AT91_PINCTRL_NONE | 576 | <AT91_PIOB 4 AT91_PERIPH_A AT91_PINCTRL_NONE |