Skip to content

Commit

Permalink
ARM64: Use dwc_otg driver by default for USB.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Electron752 authored and popcornmix committed Jan 21, 2017
1 parent 8024072 commit a15ba87
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/arm/boot/dts/bcm2710.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,3 @@
interrupts = <8>;
};

#ifdef RPI364
&usb {
compatible = "brcm,bcm2835-usb";
reg = <0x7e980000 0x10000>;
interrupts = <1 9>;
};
#endif

0 comments on commit a15ba87

Please sign in to comment.