X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Flantiq%2Fpatches%2F400-mach-arv45xx.patch;h=4da4c9859b70e47e61af3c3a1824b362d5da8d73;hb=3df283247e736971b2bbaa1c04badcc3cf2f78ab;hp=faaa6796f70aa047f51a999b723b363debc5510a;hpb=050513302ac0c7dc891f7a64d9432d1164263ed3;p=openwrt.git diff --git a/target/linux/lantiq/patches/400-mach-arv45xx.patch b/target/linux/lantiq/patches/400-mach-arv45xx.patch index faaa6796f7..4da4c9859b 100644 --- a/target/linux/lantiq/patches/400-mach-arv45xx.patch +++ b/target/linux/lantiq/patches/400-mach-arv45xx.patch @@ -38,7 +38,7 @@ +obj-$(CONFIG_LANTIQ_MACH_ARV45XX) += mach-arv45xx.o --- /dev/null +++ b/arch/mips/lantiq/xway/mach-arv45xx.c -@@ -0,0 +1,536 @@ +@@ -0,0 +1,537 @@ +/* + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published @@ -524,7 +524,7 @@ +arv7518pw_init(void) +{ +#define ARV7518PW_EBU 0x2 -+#define ARV7518PW_USB -1 ++#define ARV7518PW_USB 14 + + lq_register_gpio(); + lq_register_gpio_ebu(ARV7518PW_EBU); @@ -535,6 +535,7 @@ + lq_register_nor(&arv75xx_flash_data); + lq_register_pci(&lq_pci_data); + lq_register_wdt(); ++ lq_register_tapi(); + xway_register_dwc(ARV7518PW_USB); + arv75xx_register_ethernet(); + //arv7518_register_ath9k(mac);