]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
stm32f4: fix gpio description in comment
authorAntonio Borneo <borneo.antonio@gmail.com>
Wed, 1 Jul 2015 08:04:14 +0000 (16:04 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 9 Jul 2015 01:51:40 +0000 (21:51 -0400)
On STM32F429 gpio PC6/PC7 can be allocated for USART6, as
reported in the comment.
But current code in
drivers/serial/serial_stm32.c
uses a different gpio mapping (PG14/PG9) for USART6.

Fix the comment to match current code in the driver.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
To: u-boot@lists.denx.de
To: Kamil Lulko <rev13@wp.pl>
Cc: Tom Rini <trini@konsulko.com>
include/configs/stm32f429-discovery.h

index c8af7b677ca89e386f2333a89fa756f3ed0466cb..1b4fd213cf43f0c558d28fd74c8af7d7b139e203 100644 (file)
@@ -55,7 +55,7 @@
  * 1:   TX:PA9  RX:PA10
  * 2:   TX:PD5  RX:PD6
  * 3:   TX:PC10 RX:PC11
- * 6:   TX:PC6  RX:PC7
+ * 6:   TX:PG14 RX:PG9
  */
 #define CONFIG_STM32_USART             1