diff options
author | Steven J. Hill <Steven.Hill@cavium.com> | 2017-01-25 08:02:28 +0100 |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2017-02-14 09:52:46 +0100 |
commit | 93e502b3c2d44dcb964141cbf82930282de8e40b (patch) | |
tree | 2248cb4ee3e986cb60d6fe1d9990f80adffc00b2 /arch/mips/cavium-octeon/Makefile | |
parent | MIPS: Lantiq: Fix cascaded IRQ setup (diff) | |
download | linux-93e502b3c2d44dcb964141cbf82930282de8e40b.tar.xz linux-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/Makefile | 1 |
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 |