summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-am335x-3.2.0-psp04.06.00.08/0001-am335x_evm_defconfig-turn-off-MUSB-DMA.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-am335x-3.2.0-psp04.06.00.08/0001-am335x_evm_defconfig-turn-off-MUSB-DMA.patch')
-rw-r--r--recipes-kernel/linux/linux-am335x-3.2.0-psp04.06.00.08/0001-am335x_evm_defconfig-turn-off-MUSB-DMA.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-am335x-3.2.0-psp04.06.00.08/0001-am335x_evm_defconfig-turn-off-MUSB-DMA.patch b/recipes-kernel/linux/linux-am335x-3.2.0-psp04.06.00.08/0001-am335x_evm_defconfig-turn-off-MUSB-DMA.patch
new file mode 100644
index 00000000..6a32c2c3
--- /dev/null
+++ b/recipes-kernel/linux/linux-am335x-3.2.0-psp04.06.00.08/0001-am335x_evm_defconfig-turn-off-MUSB-DMA.patch
@@ -0,0 +1,35 @@
1From 95eca5a896c96d0af7188c97825a3b3ef5313ed3 Mon Sep 17 00:00:00 2001
2From: Chase Maupin <Chase.Maupin@ti.com>
3Date: Thu, 2 Feb 2012 16:38:51 -0600
4Subject: [PATCH] am335x_evm_defconfig: turn off MUSB DMA
5
6* Turn off the MUSB DMA in the am335x_evm_defconfig. This way
7 we can pull the default defconfig without enabling the
8 faulty USB DMA.
9
10Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
11---
12 arch/arm/configs/am335x_evm_defconfig | 6 +++---
13 1 files changed, 3 insertions(+), 3 deletions(-)
14
15diff --git a/arch/arm/configs/am335x_evm_defconfig b/arch/arm/configs/am335x_evm_defconfig
16index d105c61..121dc7f 100644
17--- a/arch/arm/configs/am335x_evm_defconfig
18+++ b/arch/arm/configs/am335x_evm_defconfig
19@@ -1982,11 +1982,11 @@ CONFIG_USB_MUSB_TI81XX_GLUE=y
20 CONFIG_USB_MUSB_TI81XX=y
21 # CONFIG_USB_MUSB_BLACKFIN is not set
22 # CONFIG_USB_MUSB_UX500 is not set
23-CONFIG_USB_TI_CPPI41_DMA_HW=y
24-# CONFIG_MUSB_PIO_ONLY is not set
25+# CONFIG_USB_TI_CPPI41_DMA_HW is not set
26+CONFIG_MUSB_PIO_ONLY=y
27 # CONFIG_USB_INVENTRA_DMA is not set
28 # CONFIG_USB_TI_CPPI_DMA is not set
29-CONFIG_USB_TI_CPPI41_DMA=y
30+# CONFIG_USB_TI_CPPI41_DMA is not set
31 # CONFIG_USB_TUSB_OMAP_DMA is not set
32 # CONFIG_USB_UX500_DMA is not set
33 # CONFIG_USB_RENESAS_USBHS is not set
34--
351.7.0.4