summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches/700-dwc_otg.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/700-dwc_otg.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/700-dwc_otg.patch')
-rw-r--r--target/linux/lantiq/patches/700-dwc_otg.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/lantiq/patches/700-dwc_otg.patch b/target/linux/lantiq/patches/700-dwc_otg.patch
index 58a1a203a..b50970350 100644
--- a/target/linux/lantiq/patches/700-dwc_otg.patch
+++ b/target/linux/lantiq/patches/700-dwc_otg.patch
@@ -15580,7 +15580,7 @@
+xway_register_dwc(int pin)
+{
+ lq_enable_irq(resources[1].start);
-+ platform_dev.dev.platform_data = pin;
++ platform_dev.dev.platform_data = (void*) pin;
+ return platform_device_register(&platform_dev);
+}
--- /dev/null
@@ -15612,8 +15612,8 @@
+#include "dev-dwc_otg.h"
#define ARV452_LATCH_SWITCH (1 << 10)
-
-@@ -132,6 +133,7 @@
+ #define ARV752DPW22_LATCH_DEFAULT (2)
+@@ -195,6 +196,7 @@
lq_register_pci(&lq_pci_data);
lq_register_wdt();
arv45xx_register_ethernet();
@@ -15621,7 +15621,7 @@
}
MIPS_MACHINE(LANTIQ_MACH_ARV4518,
-@@ -151,6 +153,7 @@
+@@ -214,6 +216,7 @@
lq_register_pci(&lq_pci_data);
lq_register_wdt();
arv45xx_register_ethernet();