]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
stm32f4: fix gpio description in comment
authorAntonio Borneo <borneo.antonio@gmail.com>
Wed, 1 Jul 2015 08:04:14 +0000 (16:04 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:39 +0000 (00:47 +0200)
commit9b94db062d64de7d2237bca851cd91ca1c3767e2
treef83664004a6cddc3359959c4c73beccea4724043
parent7188dde98e138dda875714c838ff8630c7d2f687
stm32f4: fix gpio description in comment

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