]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
ARM64: Use dwc_otg driver by default for USB.
authorMichael Zoran <mzoran@crowfest.net>
Sun, 15 Jan 2017 05:46:04 +0000 (21:46 -0800)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Tue, 19 Sep 2017 10:07:49 +0000 (12:07 +0200)
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 <mzoran@crowfest.net>
arch/arm/boot/dts/bcm2710.dtsi

index f6def5d7e5d622cf09e8f87332c7374fe28da08b..3e134a1208610b90e2d0fc22f03c6e9f372bfcd7 100644 (file)
        interrupts = <8>;
 };
 
-#ifdef RPI364
-&usb {
-       compatible = "brcm,bcm2835-usb";
-       reg = <0x7e980000 0x10000>;
-       interrupts = <1 9>;
-};
-#endif