summaryrefslogtreecommitdiffstats
path: root/arch/mips/netlogic/xlp/Makefile
diff options
context:
space:
mode:
authorGanesan Ramalingam <ganesanr@broadcom.com>2013-08-21 19:32:41 +0530
committerRalf Baechle <ralf@linux-mips.org>2013-09-03 23:22:20 +0200
commit9eac3591e78bb1bf09991b791d6602032d9fd11d (patch)
tree5180ffcaa7350739d27b28c25362115b457d4a1c /arch/mips/netlogic/xlp/Makefile
parente5be1fd007e4fcbab3dd6e2b0993a7ee305c6628 (diff)
downloadlinux-9eac3591e78bb1bf09991b791d6602032d9fd11d.tar.bz2
MIPS: Netlogic: Add support for USB on XLP2xx
Add USB intialization code to handle the new XLP2XX USB 3.0 block. This adds xlp/usb-init-xlp2.c to initialize the XLP2XX USB glue-logic for XHCI and EHCI. Interrupt and IO offset code in xlp-hal/iomap.h and xlp/nlm_hal.c is also updated for the new USB block. Signed-off-by: Ganesan Ramalingam <ganesanr@broadcom.com> Signed-off-by: Jayachandran C <jchandra@broadcom.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5744/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/netlogic/xlp/Makefile')
-rw-r--r--arch/mips/netlogic/xlp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/netlogic/xlp/Makefile b/arch/mips/netlogic/xlp/Makefile
index 85ac4a892ced..ed9a93c04650 100644
--- a/arch/mips/netlogic/xlp/Makefile
+++ b/arch/mips/netlogic/xlp/Makefile
@@ -1,3 +1,4 @@
obj-y += setup.o nlm_hal.o cop2-ex.o dt.o
obj-$(CONFIG_SMP) += wakeup.o
obj-$(CONFIG_USB) += usb-init.o
+obj-$(CONFIG_USB) += usb-init-xlp2.o