From 256c01027fa7d955c824f6830808ee1e78b36f64 Mon Sep 17 00:00:00 2001 From: Quinn Jensen Date: Wed, 24 Oct 2007 21:20:00 -0600 Subject: Patch to fix dma errors when accessing IDE on MX27. Patch to fix dma errors when accessing IDE on MX27. Applies to linux 2.6.22 kernel on MX27 platform. http://www.bitshrine.org/gpp/linux-2.6.22-mx-Patch-to-fix-dma-errors-when-accessing-IDE.patch --- include/asm-arm/arch-mxc/mx2_dma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/asm-arm/arch-mxc/mx2_dma.h b/include/asm-arm/arch-mxc/mx2_dma.h index 5c390b32b7d7..2cf3d1747727 100644 --- a/include/asm-arm/arch-mxc/mx2_dma.h +++ b/include/asm-arm/arch-mxc/mx2_dma.h @@ -183,7 +183,7 @@ typedef struct { * This defines maximum device name length passed during mxc_request_dma(). */ #define MAX_DEVNAME_LENGTH 32 -#define MAX_BD_SIZE 32 +#define MAX_BD_SIZE 64 /*! * Structure containing dma channel parameters. -- cgit v1.2.3