Skip to content

Commit

Permalink
ARM: dts: at91: sama5d27_som1_ek: fix typos
Browse files Browse the repository at this point in the history
Fix typos that prevent proper using of uart2 and uart4 devices.

Signed-off-by: Ludovic Desroches <[email protected]>
Signed-off-by: Claudiu Beznea <[email protected]>
Signed-off-by: Nicolas Ferre <[email protected]>
  • Loading branch information
ldesroches authored and noglitch committed Sep 18, 2017
1 parent 27563cd commit 5f506fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/at91-sama5d27_som1_ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_mikrobus2_uart>;
atmel,use-dma-rx;
atmel-use-dma-tx;
atmel,use-dma-tx;
status = "okay";
};

Expand Down Expand Up @@ -178,7 +178,7 @@
uart4: serial@fc00c000 {
atmel,use-dma-rx;
atmel,use-dma-tx;
pinctrl-name = "default";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_mikrobus1_uart>;
status = "okay";
};
Expand Down

0 comments on commit 5f506fa

Please sign in to comment.