On Tuesday, February 09, 2016 at 09:13:51 AM, Antony Pavlov wrote: > This patch introduces devicetree for Atheros AR9331 SoC (AKA Hornet). > The AR9331 chip is a Wi-Fi System-On-Chip (WiSOC), > typically used in very cheap Access Points and Routers. > > Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx> > Cc: Gabor Juhos <juhosg@xxxxxxxxxxx> > Cc: Alban Bedel <albeu@xxxxxxx> > Cc: linux-mips@xxxxxxxxxxxxxx > Cc: devicetree@xxxxxxxxxxxxxxx > --- [...] > + usb: usb@1b000100 { > + compatible = "qca,ar7100-ehci", "generic-ehci"; > + reg = <0x1b000100 0x100>; It's actually chipidea HDRC , you should bind that driver with it instead. See for example this: http://patchwork.linux-mips.org/patch/4968/ > + interrupt-parent = <&cpuintc>; > + interrupts = <3>; > + resets = <&rst 5>; > + > + has-transaction-translator; > + > + phy-names = "usb"; > + phys = <&usb_phy>; > + > + status = "disabled"; > + }; [...] Best regards, Marek Vasut