diff options
author | Michael Zoran <mzoran@crowfest.net> | 2017-01-14 21:46:04 -0800 |
---|---|---|
committer | popcornmix <popcornmix@gmail.com> | 2017-02-04 19:23:20 +0000 |
commit | a81b40b75f5ae0feafcbc667394494e287cfe218 (patch) | |
tree | 4a1b76b15677ed64c9ab9877c2b7847da80fd69c /arch | |
parent | b0a66d71d5efa5ab172a2e561ef76f510f80b305 (diff) | |
download | linux-rpi3-a81b40b75f5ae0feafcbc667394494e287cfe218.tar.gz linux-rpi3-a81b40b75f5ae0feafcbc667394494e287cfe218.tar.bz2 linux-rpi3-a81b40b75f5ae0feafcbc667394494e287cfe218.zip |
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 <mzoran@crowfest.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/bcm2710.dtsi | 7 |
1 files changed, 0 insertions, 7 deletions
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 |