]> git.baikalelectronics.ru Git - uboot.git/commit
configs: stm32mp1: Add support for baudrates higher than 115200 for st-link
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 15 Apr 2022 12:31:55 +0000 (14:31 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 10 May 2022 08:56:39 +0000 (10:56 +0200)
commit04a693ac2fd7174f237d3e6d43c2d9b1c6ad4096
treea54abfd9a810b66cbf6fc4fefcdba6803e690426
parenta7d908a543375d2e5b5c24429abcc4f91a1778e0
configs: stm32mp1: Add support for baudrates higher than 115200 for st-link

On STMicroelectronics boards, the UART can reliably go up to
2000000 bauds when connected to the on-board ST-LINK-V2 for STM32MP15

Unfortunately U-Boot will fall back to 115200 unless higher rates are
declared via CONFIG_SYS_BAUDRATE_TABLE.

This patch add the support of higher baudrates on STMicroelectronics
boards with ST-LINK.

Cc: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
include/configs/stm32mp15_st_common.h