summaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2017-03-27 15:03:40 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-31 15:29:05 +0200
commitb5090cb46ee7580f848c2ecc4633ada306840328 (patch)
treec9f74753ef775e1a832e03b1ec8b8ea1dd7261be /drivers/tty
parentef49ffd8b5e5a2302c5aa6828619d4c616ab04aa (diff)
downloadop-kernel-dev-b5090cb46ee7580f848c2ecc4633ada306840328.zip
op-kernel-dev-b5090cb46ee7580f848c2ecc4633ada306840328.tar.gz
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: Lee Jones <lee.jones@linaro.org> Acked-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/st-asc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/st-asc.c b/drivers/tty/serial/st-asc.c
index 4889396..3e99bcc 100644
--- a/drivers/tty/serial/st-asc.c
+++ b/drivers/tty/serial/st-asc.c
@@ -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';
OpenPOWER on IntegriCloud