projects
/
linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdf00ab
)
ARM64: Use dwc_otg driver by default for USB.
author
Michael Zoran
<mzoran@crowfest.net>
Sun, 15 Jan 2017 05:46:04 +0000
(21:46 -0800)
committer
Raspbian kernel package updater
<root@raspbian.org>
Thu, 9 Mar 2017 17:52:14 +0000
(17:52 +0000)
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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/bcm2710.dtsi
b/arch/arm/boot/dts/bcm2710.dtsi
index f6def5d7e5d622cf09e8f87332c7374fe28da08b..3e134a1208610b90e2d0fc22f03c6e9f372bfcd7 100644
(file)
--- 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