diff options
author | Ganesan Ramalingam <ganesanr@broadcom.com> | 2013-08-21 16:02:41 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-09-03 23:22:20 +0200 |
commit | 9eac3591e78bb1bf09991b791d6602032d9fd11d (patch) | |
tree | 5180ffcaa7350739d27b28c25362115b457d4a1c /arch/mips/netlogic/xlp/Makefile | |
parent | MIPS: Netlogic: XLP2xx update for I2C controller (diff) | |
download | linux-9eac3591e78bb1bf09991b791d6602032d9fd11d.tar.xz linux-9eac3591e78bb1bf09991b791d6602032d9fd11d.zip |
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/Makefile | 1 |
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 |