Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 441cf98a authored by Nicolas Ferre's avatar Nicolas Ferre
Browse files

ARM: at91/dt: at91sam9x5: fix usart1 sck pin definition



SCK1 pin is pioC 29. Comment was okay.

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 8d545f32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -505,7 +505,7 @@

					pinctrl_usart1_sck: usart1_sck-0 {
						atmel,pins =
							<AT91_PIOC 28 AT91_PERIPH_C AT91_PINCTRL_NONE>;	/* PC29 periph C */
							<AT91_PIOC 29 AT91_PERIPH_C AT91_PINCTRL_NONE>;	/* PC29 periph C */
					};
				};