aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon/Makefile
diff options
context:
space:
mode:
authorSteven J. Hill <Steven.Hill@cavium.com>2017-01-25 01:02:28 -0600
committerJames Hogan <james.hogan@imgtec.com>2017-02-14 08:52:46 +0000
commit93e502b3c2d44dcb964141cbf82930282de8e40b (patch)
tree2248cb4ee3e986cb60d6fe1d9990f80adffc00b2 /arch/mips/cavium-octeon/Makefile
parentMIPS: Lantiq: Fix cascaded IRQ setup (diff)
downloadlinux-dev-93e502b3c2d44dcb964141cbf82930282de8e40b.tar.xz
linux-dev-93e502b3c2d44dcb964141cbf82930282de8e40b.zip
MIPS: OCTEON: Platform support for OCTEON III USB controller
Add all the necessary platform code to initialize the dwc3 USB host controller. This code initializes the clocks and performs a reset on the USB core and PHYs. The driver code in 'drivers/usb/dwc3' is where the real driver lives. Signed-off-by: Steven J. Hill <steven.hill@cavium.com> Acked-by: David Daney <david.daney@cavium.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/15108/ Signed-off-by: James Hogan <james.hogan@imgtec.com>
Diffstat (limited to 'arch/mips/cavium-octeon/Makefile')
-rw-r--r--arch/mips/cavium-octeon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/cavium-octeon/Makefile b/arch/mips/cavium-octeon/Makefile
index 2a5926578841..7c02e542959a 100644
--- a/arch/mips/cavium-octeon/Makefile
+++ b/arch/mips/cavium-octeon/Makefile
@@ -18,3 +18,4 @@ obj-y += crypto/
obj-$(CONFIG_MTD) += flash_setup.o
obj-$(CONFIG_SMP) += smp.o
obj-$(CONFIG_OCTEON_ILM) += oct_ilm.o
+obj-$(CONFIG_USB) += octeon-usb.o