diff options
author | Steven J. Hill <Steven.Hill@cavium.com> | 2017-01-25 01:02:28 -0600 |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2017-02-14 08:52:46 +0000 |
commit | 93e502b3c2d44dcb964141cbf82930282de8e40b (patch) | |
tree | 2248cb4ee3e986cb60d6fe1d9990f80adffc00b2 /arch/mips/cavium-octeon/octeon-platform.c | |
parent | 6c356eda225e3ee134ed4176b9ae3a76f793f4dd (diff) | |
download | op-kernel-dev-93e502b3c2d44dcb964141cbf82930282de8e40b.zip op-kernel-dev-93e502b3c2d44dcb964141cbf82930282de8e40b.tar.gz |
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/octeon-platform.c')
-rw-r--r-- | arch/mips/cavium-octeon/octeon-platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/cavium-octeon/octeon-platform.c b/arch/mips/cavium-octeon/octeon-platform.c index 37a932d..16083cf 100644 --- a/arch/mips/cavium-octeon/octeon-platform.c +++ b/arch/mips/cavium-octeon/octeon-platform.c @@ -448,6 +448,7 @@ static struct of_device_id __initdata octeon_ids[] = { { .compatible = "cavium,octeon-3860-bootbus", }, { .compatible = "cavium,mdio-mux", }, { .compatible = "gpio-leds", }, + { .compatible = "cavium,octeon-7130-usb-uctl", }, {}, }; |