1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

lantiq: the io space was still not big enough for UHCI

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin 2016-06-14 08:34:05 +02:00
parent 88019c6c77
commit 9233db23f3

@ -19,7 +19,7 @@ index d10fd80..d42eac9 100644
/* ioswab[bwlq], __mem_ioswab[bwlq] are defined in mangle-port.h */ /* ioswab[bwlq], __mem_ioswab[bwlq] are defined in mangle-port.h */
-#define IO_SPACE_LIMIT 0xffff -#define IO_SPACE_LIMIT 0xffff
+#define IO_SPACE_LIMIT 0x200000 +#define IO_SPACE_LIMIT 0xffffffff
/* /*
* On MIPS I/O ports are memory mapped, so we access them using normal * On MIPS I/O ports are memory mapped, so we access them using normal