Commit 81f9a61a authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] Change the default baud rate of the `nb85e_uart' driver to 115200

Change the default baud rate of the `nb85e_uart' driver to 115200
parent ccdaf6ec
......@@ -25,10 +25,10 @@
/* Initial UART state. This may be overridden by machine-dependent headers. */
#ifndef NB85E_UART_INIT_BAUD
#define NB85E_UART_INIT_BAUD 38400
#define NB85E_UART_INIT_BAUD 115200
#endif
#ifndef NB85E_UART_INIT_CFLAGS
#define NB85E_UART_INIT_CFLAGS (B38400 | CS8 | CREAD)
#define NB85E_UART_INIT_CFLAGS (B115200 | CS8 | CREAD)
#endif
/* A string used for prefixing printed descriptions; since the same UART
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment