ath79: add support for TP-LINK Archer C7 v4
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.9 / 950-0133-ARM64-Use-dwc_otg-driver-by-default-for-USB.patch
1 From 4eec6ce872ac46987efeb9b9cdab0ad78a563bdb Mon Sep 17 00:00:00 2001
2 From: Michael Zoran <mzoran@crowfest.net>
3 Date: Sat, 14 Jan 2017 21:46:04 -0800
4 Subject: [PATCH] ARM64: Use dwc_otg driver by default for USB.
5
6 If it breaks on anybody, they can use the standard device tree
7 overlays to switch back to the dwc2 driver.
8
9 Signed-off-by: Michael Zoran <mzoran@crowfest.net>
10 ---
11 arch/arm/boot/dts/bcm2710.dtsi | 7 -------
12 1 file changed, 7 deletions(-)
13
14 --- a/arch/arm/boot/dts/bcm2710.dtsi
15 +++ b/arch/arm/boot/dts/bcm2710.dtsi
16 @@ -146,10 +146,3 @@
17 interrupts = <8>;
18 };
19
20 -#ifdef RPI364
21 -&usb {
22 - compatible = "brcm,bcm2835-usb";
23 - reg = <0x7e980000 0x10000>;
24 - interrupts = <1 9>;
25 -};
26 -#endif