提交 b5090cb4 编写于 作者: L Lee Jones 提交者: Greg Kroah-Hartman

serial: st-asc: Change default baudrate from 9600 to 115200

9600 is old school.

Most applications use 115200 as the default baud these days.
Signed-off-by: NLee Jones <lee.jones@linaro.org>
Acked-by: NPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ef49ffd8
......@@ -916,7 +916,7 @@ static void asc_console_write(struct console *co, const char *s, unsigned count)
static int asc_console_setup(struct console *co, char *options)
{
struct asc_port *ascport;
int baud = 9600;
int baud = 115200;
int bits = 8;
int parity = 'n';
int flow = 'n';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册