From ae51a12559c39f7e7e9732e348aa45aabc9b4492 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 24 Jun 2016 16:42:28 +0200 Subject: lantiq: the io space was still not big enough for UHCI Signed-off-by: John Crispin --- .../lantiq/patches-4.4/0042-arch-mips-increase-io_space_limit.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/lantiq') diff --git a/target/linux/lantiq/patches-4.4/0042-arch-mips-increase-io_space_limit.patch b/target/linux/lantiq/patches-4.4/0042-arch-mips-increase-io_space_limit.patch index 3bc2a62306..1d131f5e71 100644 --- a/target/linux/lantiq/patches-4.4/0042-arch-mips-increase-io_space_limit.patch +++ b/target/linux/lantiq/patches-4.4/0042-arch-mips-increase-io_space_limit.patch @@ -19,7 +19,7 @@ index d10fd80..d42eac9 100644 /* ioswab[bwlq], __mem_ioswab[bwlq] are defined in mangle-port.h */ -#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 -- cgit v1.2.3