From a15b4bf6fc2805d91653e609291a100e232c7f0c Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 23 Jan 2011 19:16:33 +0000 Subject: * adds arv4518pw mach support * fixes arv4525pw * make sure all mach names have the same style * move code around SVN-Revision: 25075 --- target/linux/lantiq/patches/700-dwc_otg.patch | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'target/linux/lantiq/patches/700-dwc_otg.patch') 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 - - #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, -- cgit v1.2.3