brcm2708: remove linux 4.1 support
[openwrt/svn-archive/archive.git] / target / linux / brcm2708 / patches-4.1 / 0142-bcm2835-Use-DWC_OTG.patch
diff --git a/target/linux/brcm2708/patches-4.1/0142-bcm2835-Use-DWC_OTG.patch b/target/linux/brcm2708/patches-4.1/0142-bcm2835-Use-DWC_OTG.patch
deleted file mode 100644 (file)
index da37c6b..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-From 893859d791f1d4e3e5722da3be08771cf32e0c71 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= <noralf@tronnes.org>
-Date: Fri, 24 Jul 2015 15:50:24 +0200
-Subject: [PATCH 142/222] bcm2835: Use DWC_OTG
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
----
- arch/arm/boot/dts/bcm2835.dtsi     | 8 +++++---
- arch/arm/configs/bcm2835_defconfig | 1 +
- 2 files changed, 6 insertions(+), 3 deletions(-)
-
---- a/arch/arm/boot/dts/bcm2835.dtsi
-+++ b/arch/arm/boot/dts/bcm2835.dtsi
-@@ -152,9 +152,11 @@
-               };
-               usb: usb@7e980000 {
--                      compatible = "brcm,bcm2835-usb";
--                      reg = <0x7e980000 0x10000>;
--                      interrupts = <1 9>;
-+                      compatible = "brcm,bcm2708-usb";
-+                      reg = <0x7e980000 0x10000>,
-+                            <0x7e006000 0x1000>;
-+                      interrupts = <2 0>,
-+                                   <1 9>;
-               };
-               arm-pmu {
---- a/arch/arm/configs/bcm2835_defconfig
-+++ b/arch/arm/configs/bcm2835_defconfig
-@@ -869,6 +869,7 @@ CONFIG_USB_HIDDEV=y
- CONFIG_USB=y
- CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
- CONFIG_USB_MON=m
-+CONFIG_USB_DWCOTG=y
- CONFIG_USB_PRINTER=m
- CONFIG_USB_STORAGE=y
- CONFIG_USB_STORAGE_REALTEK=m