summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches/110-machine.patch
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-01-23 12:08:44 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-01-23 12:08:44 +0000
commit67251bb1a5eb25906240b3646561b488b3c22138 (patch)
tree91204788ccd065014cde7e8973cb04ddb32696a2 /target/linux/lantiq/patches/110-machine.patch
parentc2b8621119738aac39db105734f81bb67e32ce07 (diff)
[lantiq]
* fix pci support for more than 1 device * fixes ioport mappings * adds support for arcor easybox 803/arv752DWP22 * gpio direction was not set properly during a gpio_request() * usb compile warning bugfix, cleanup, git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25072 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches/110-machine.patch')
-rw-r--r--target/linux/lantiq/patches/110-machine.patch12
1 files changed, 10 insertions, 2 deletions
diff --git a/target/linux/lantiq/patches/110-machine.patch b/target/linux/lantiq/patches/110-machine.patch
index 9d0b7b71c..cf4652ec2 100644
--- a/target/linux/lantiq/patches/110-machine.patch
+++ b/target/linux/lantiq/patches/110-machine.patch
@@ -1,6 +1,6 @@
--- a/arch/mips/lantiq/setup.c
+++ b/arch/mips/lantiq/setup.c
-@@ -13,7 +13,8 @@
+@@ -12,7 +12,8 @@
#include <linux/ioport.h>
#include <lantiq.h>
@@ -10,7 +10,15 @@
void __init
plat_mem_setup(void)
-@@ -46,3 +47,25 @@ plat_mem_setup(void)
+@@ -31,6 +32,7 @@
+ ioport_resource.end = IOPORT_RESOURCE_END;
+ iomem_resource.start = IOMEM_RESOURCE_START;
+ iomem_resource.end = IOMEM_RESOURCE_END;
++ set_io_port_base((unsigned long) KSEG1);
+
+ while (*envp)
+ {
+@@ -45,3 +47,25 @@
memsize *= 1024 * 1024;
add_memory_region(0x00000000, memsize, BOOT_MEM_RAM);
}