msm: dma: update crypto engine channel mappings
The channel to be used by the crypto engine on apps has changed. Update
the #defines in dma.h to reflect this.
Change-Id: If78b02509243320791dc29ca1718f363a8016ca5
Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org>
diff --git a/arch/arm/mach-msm/include/mach/dma.h b/arch/arm/mach-msm/include/mach/dma.h
index fb7f977..339a955 100644
--- a/arch/arm/mach-msm/include/mach/dma.h
+++ b/arch/arm/mach-msm/include/mach/dma.h
@@ -1,7 +1,7 @@
/* linux/include/asm-arm/arch-msm/dma.h
*
* Copyright (C) 2007 Google, Inc.
- * Copyright (c) 2008-2011, Code Aurora Forum. All rights reserved.
+ * Copyright (c) 2008-2012, Code Aurora Forum. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
@@ -255,10 +255,10 @@
#endif
/* channels for APQ8064 */
-#define DMOV8064_CE_IN_CHAN 2
+#define DMOV8064_CE_IN_CHAN 0
#define DMOV8064_CE_IN_CRCI 14
-#define DMOV8064_CE_OUT_CHAN 3
+#define DMOV8064_CE_OUT_CHAN 1
#define DMOV8064_CE_OUT_CRCI 15