Commit 718ecd00 authored by Tom Rini's avatar Tom Rini

PPC32: Fix a thinko in the gen550 code.

From Randy Vinson <rvinson@mvista.com>.
parent a7abc3ce
......@@ -151,7 +151,7 @@ void
gen550_init(int i, struct uart_port *serial_req)
{
rs_table[i].io_type = serial_req->iotype;
rs_table[i].port = serial_req->line;
rs_table[i].port = serial_req->iobase;
rs_table[i].iomem_base = serial_req->membase;
rs_table[i].iomem_reg_shift = serial_req->regshift;
}
......
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