Skip to content

Commit a15ba87

Browse files
Electron752popcornmix
authored andcommitted
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 <[email protected]>
1 parent 8024072 commit a15ba87

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

arch/arm/boot/dts/bcm2710.dtsi

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,3 @@
146146
interrupts = <8>;
147147
};
148148

149-
#ifdef RPI364
150-
&usb {
151-
compatible = "brcm,bcm2835-usb";
152-
reg = <0x7e980000 0x10000>;
153-
interrupts = <1 9>;
154-
};
155-
#endif

0 commit comments

Comments
 (0)