From 93e502b3c2d44dcb964141cbf82930282de8e40b Mon Sep 17 00:00:00 2001 From: "Steven J. Hill" Date: Wed, 25 Jan 2017 01:02:28 -0600 Subject: 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 Acked-by: David Daney Cc: Ralf Baechle Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/15108/ Signed-off-by: James Hogan --- arch/mips/cavium-octeon/octeon-platform.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/cavium-octeon/octeon-platform.c') 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", }, {}, }; -- cgit v1.2.3