MIPS: ralink: Add tty detection
authorJohn Crispin <blogic@openwrt.org>
Thu, 5 Nov 2015 02:59:58 +0000 (03:59 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 11 Nov 2015 07:38:03 +0000 (08:38 +0100)
commit73afa6c4208257ea1733a03918fea731a18131e7
tree6c04603025058017899ace02e0fb50a593e2978e
parentb361bd762e7724e660a44955ae4840aa984e3871
MIPS: ralink: Add tty detection

MT7688 has several uarts that can be used for console. There are several
boards in the wild, that use ttyS1 or ttyS2. This patch applies a simply
autodetection routine to figure out which ttyS the bootloader used as
console. The uarts come up in 6 bit mode by default. The bootloader will
have set 8 bit mode on the console. Find that 8bit tty and use it.

Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11459/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ralink/early_printk.c