441961234016662222c0e1eca9612540691c1eaa
[openwrt/svn-archive/archive.git] / target / linux / brcm2708 / patches-3.10 / 016-amba-pl011-fifosize.patch
1 --- a/drivers/tty/serial/amba-pl011.c
2 +++ b/drivers/tty/serial/amba-pl011.c
3 @@ -84,7 +84,7 @@ struct vendor_data {
4
5 static unsigned int get_fifosize_arm(unsigned int periphid)
6 {
7 - unsigned int rev = (periphid >> 20) & 0xf;
8 + unsigned int rev = 0; //(periphid >> 20) & 0xf;
9 return rev < 3 ? 16 : 32;
10 }
11