1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 21:39:29 +03:00

ramips: UPF_FIXED_TYPE must be set for the serial ports

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26327 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2011-03-27 19:20:03 +00:00
parent 6513a4df99
commit 3caf3c48cf

View File

@ -49,7 +49,7 @@ void __init ramips_early_serial_setup(int line, unsigned base, unsigned freq,
int err;
memset(&p, 0, sizeof(p));
p.flags = UPF_SKIP_TEST;
p.flags = UPF_SKIP_TEST | UPF_FIXED_TYPE;
p.iotype = UPIO_AU;
p.uartclk = freq;
p.regshift = 2;