aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches/700-dwc_otg.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-01-23 19:16:33 +0000
committerJohn Crispin <blogic@openwrt.org>2011-01-23 19:16:33 +0000
commit3021d3ebe81480324dd14051cc1e4e34fbcb5d59 (patch)
treed64a6ca2404bb4e12fa172309f91b53de84dbde4 /target/linux/lantiq/patches/700-dwc_otg.patch
parentc1c5604d3f348ca6d2885258499848cc59a0d499 (diff)
downloadupstream-3021d3ebe81480324dd14051cc1e4e34fbcb5d59.tar.gz
upstream-3021d3ebe81480324dd14051cc1e4e34fbcb5d59.tar.bz2
upstream-3021d3ebe81480324dd14051cc1e4e34fbcb5d59.zip
[lantiq]
* adds arv4518pw mach support * fixes arv4525pw * make sure all mach names have the same style * move code around git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25075 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.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/lantiq/patches/700-dwc_otg.patch b/target/linux/lantiq/patches/700-dwc_otg.patch
index b50970350e..ea2a5f7f07 100644
--- a/target/linux/lantiq/patches/700-dwc_otg.patch
+++ b/target/linux/lantiq/patches/700-dwc_otg.patch
@@ -15603,29 +15603,3 @@
+extern void __init xway_register_dwc(int pin);
+
+#endif
---- a/arch/mips/lantiq/xway/mach-arv45xx.c
-+++ b/arch/mips/lantiq/xway/mach-arv45xx.c
-@@ -23,6 +23,7 @@
- #include <lantiq_platform.h>
-
- #include "devices.h"
-+#include "dev-dwc_otg.h"
-
- #define ARV452_LATCH_SWITCH (1 << 10)
- #define ARV752DPW22_LATCH_DEFAULT (2)
-@@ -195,6 +196,7 @@
- lq_register_pci(&lq_pci_data);
- lq_register_wdt();
- arv45xx_register_ethernet();
-+ xway_register_dwc(14);
- }
-
- MIPS_MACHINE(LANTIQ_MACH_ARV4518,
-@@ -214,6 +216,7 @@
- lq_register_pci(&lq_pci_data);
- lq_register_wdt();
- arv45xx_register_ethernet();
-+ xway_register_dwc(28);
- }
-
- MIPS_MACHINE(LANTIQ_MACH_ARV452,