Commit 5069356c authored by Linus Torvalds's avatar Linus Torvalds

Merge bk://bk.arm.linux.org.uk/linux-2.6-serial

into home.osdl.org:/home/torvalds/v2.5/linux
parents c41a3ca5 5e0bfb82
...@@ -530,10 +530,10 @@ static void autoconfig_16550a(struct uart_8250_port *up) ...@@ -530,10 +530,10 @@ static void autoconfig_16550a(struct uart_8250_port *up)
status1 |= 0x10; /* 1.625 divisor for baud_base --> 921600 */ status1 |= 0x10; /* 1.625 divisor for baud_base --> 921600 */
serial_outp(up, 0x04, status1); serial_outp(up, 0x04, status1);
serial_outp(up, UART_LCR, 0); serial_outp(up, UART_LCR, 0);
up->port.uartclk = 921600*16;
#endif #endif
up->port.type = PORT_NS16550A; up->port.type = PORT_NS16550A;
up->port.uartclk = 921600*16;
return; return;
} }
} }
......
...@@ -852,6 +852,7 @@ static struct uart_driver sa1100_reg = { ...@@ -852,6 +852,7 @@ static struct uart_driver sa1100_reg = {
.owner = THIS_MODULE, .owner = THIS_MODULE,
.driver_name = "ttySA", .driver_name = "ttySA",
.dev_name = "ttySA", .dev_name = "ttySA",
.devfs_name = "ttySA",
.major = SERIAL_SA1100_MAJOR, .major = SERIAL_SA1100_MAJOR,
.minor = MINOR_START, .minor = MINOR_START,
.nr = NR_PORTS, .nr = NR_PORTS,
......
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