From: Michael Zoran Date: Sun, 15 Jan 2017 05:46:04 +0000 (-0800) Subject: ARM64: Use dwc_otg driver by default for USB. X-Git-Tag: Ubuntu-raspi2-4.10.0-1019.22~134 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=31049d59cca77fd8c6b40159052c111cbd0b75e8;p=mirror_ubuntu-zesty-kernel.git ARM64: Use dwc_otg driver by default for USB. If it breaks on anybody, they can use the standard device tree overlays to switch back to the dwc2 driver. Signed-off-by: Michael Zoran --- diff --git a/arch/arm/boot/dts/bcm2710.dtsi b/arch/arm/boot/dts/bcm2710.dtsi index f6def5d7e5d6..3e134a120861 100644 --- a/arch/arm/boot/dts/bcm2710.dtsi +++ b/arch/arm/boot/dts/bcm2710.dtsi @@ -146,10 +146,3 @@ interrupts = <8>; }; -#ifdef RPI364 -&usb { - compatible = "brcm,bcm2835-usb"; - reg = <0x7e980000 0x10000>; - interrupts = <1 9>; -}; -#endif