ar71xx: serial: core: add support for boot console with arbitrary baud rates
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 10 Nov 2015 23:11:10 +0000 (23:11 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 10 Nov 2015 23:11:10 +0000 (23:11 +0000)
commit1bfbf2de6df94a5e62f690bec9999702e3ad4c81
treecc1c9162e65ca9a94e3d3c54e754b2691f0ff820
parentabea1127c931350c1b4551c8c3071d80cec17c54
ar71xx: serial: core: add support for boot console with arbitrary baud rates

The Arduino Yun uses a baud rate of 250000 by default. The serial is
going over the Atmel ATmega and is used to connect to this chip.
Without this patch Linux wants to switch the console to 230400 Baud.

With this patch Linux will use the configured baud rate and not some
standard one which is near by.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47450
target/linux/ar71xx/patches-4.1/821-serial-core-add-support-for-boot-console-with-arbitr.patch [new file with mode: 0644]