diff options
author | John Crispin <john@phrozen.org> | 2016-06-14 08:34:05 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-14 08:34:05 +0200 |
commit | 9233db23f3f6aa3449f37e06c4575dc6a595b879 (patch) | |
tree | 81243cfb9f6b33b5cdff349b839738fface69f2a /target/linux | |
parent | 88019c6c77f6615aff586250b9d001d5f377bad7 (diff) | |
download | upstream-9233db23f3f6aa3449f37e06c4575dc6a595b879.tar.gz upstream-9233db23f3f6aa3449f37e06c4575dc6a595b879.tar.bz2 upstream-9233db23f3f6aa3449f37e06c4575dc6a595b879.zip |
lantiq: the io space was still not big enough for UHCI
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/patches-4.4/0042-arch-mips-increase-io_space_limit.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |