summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.1/0192-dwc_otg-Force-host-mode-to-fix-incorrect-compute-mod.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm2708/patches-4.1/0192-dwc_otg-Force-host-mode-to-fix-incorrect-compute-mod.patch')
-rw-r--r--target/linux/brcm2708/patches-4.1/0192-dwc_otg-Force-host-mode-to-fix-incorrect-compute-mod.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/brcm2708/patches-4.1/0192-dwc_otg-Force-host-mode-to-fix-incorrect-compute-mod.patch b/target/linux/brcm2708/patches-4.1/0192-dwc_otg-Force-host-mode-to-fix-incorrect-compute-mod.patch
deleted file mode 100644
index ba899153d1..0000000000
--- a/target/linux/brcm2708/patches-4.1/0192-dwc_otg-Force-host-mode-to-fix-incorrect-compute-mod.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From b83e68859c2079a59dd5fb384d0204151e4ff4c5 Mon Sep 17 00:00:00 2001
-From: popcornmix <popcornmix@gmail.com>
-Date: Thu, 17 Sep 2015 17:13:42 +0100
-Subject: [PATCH 192/222] dwc_otg: Force host mode to fix incorrect compute
- module boards
-
----
- drivers/usb/host/dwc_otg/dwc_otg_cil.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/drivers/usb/host/dwc_otg/dwc_otg_cil.c
-+++ b/drivers/usb/host/dwc_otg/dwc_otg_cil.c
-@@ -192,7 +192,7 @@ dwc_otg_core_if_t *dwc_otg_cil_init(cons
- core_if->hptxfsiz.d32 =
- DWC_READ_REG32(&core_if->core_global_regs->hptxfsiz);
- gusbcfg.d32 = DWC_READ_REG32(&core_if->core_global_regs->gusbcfg);
-- gusbcfg.b.force_host_mode = 0;
-+ gusbcfg.b.force_host_mode = 1;
- DWC_WRITE_REG32(&core_if->core_global_regs->gusbcfg, gusbcfg.d32);
- dwc_mdelay(100);
- }