commit | a05464fcd352f796311c61d7de787075abf552b1 | [log] [tgz] |
---|---|---|
author | Antonio Borneo <borneo.antonio@gmail.com> | Wed Jul 01 16:04:14 2015 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 08 21:51:40 2015 -0400 |
tree | d34c506fe47f508610ab53867220b056effaa991 | |
parent | da34bd3a0c31f77253b9e37854438533f1ebeba2 [diff] |
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>