aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/cavium-octeon/octeon-platform.c
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/octeon-platform.c
parentMIPS: Lantiq: Fix cascaded IRQ setup (diff)
downloadwireguard-linux-93e502b3c2d44dcb964141cbf82930282de8e40b.tar.xz
wireguard-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/octeon-platform.c')
-rw-r--r--arch/mips/cavium-octeon/octeon-platform.c1
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 37a932d9148c..16083cf93820 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", },
{},
};