[PATCH u-boot-marvell 5/5] arm: mvebu: a37xx: Enable more baudrates

2021-05-25 Thread Marek Behún
From: Pali Rohár Extend CONFIG_SYS_BAUDRATE_TABLE and include all standard baudrates and also nonstandard up to the 6 MBaud. U-Boot's A3720 UART driver can use baudrates from 300 Baud to 6 MBaud. This changes all A3720 boards, since all of them include either mvebu_armada-37xx.h or turris_mox.h

Re: [PATCH u-boot-marvell 5/5] arm: mvebu: a37xx: Enable more baudrates

2021-05-26 Thread Stefan Roese
On 25.05.21 19:42, Marek Behún wrote: From: Pali Rohár Extend CONFIG_SYS_BAUDRATE_TABLE and include all standard baudrates and also nonstandard up to the 6 MBaud. U-Boot's A3720 UART driver can use baudrates from 300 Baud to 6 MBaud. This changes all A3720 boards, since all of them include eit