]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/commitdiff
Event mapping for centaurus changed to enable MMCSD in PSP
authorPrasad Konnur <prasad.konnur@ti.com>
Thu, 8 Dec 2011 08:18:58 +0000 (13:48 +0530)
committerPrasad Konnur <prasad.konnur@ti.com>
Thu, 8 Dec 2011 08:18:58 +0000 (13:48 +0530)
MMCSD in PSP for centaurus uses event 2 and 3 of EDMA

packages/ti/sdo/edma3/drv/sample/src/platforms/sample_ti814x_cfg.c

index 07aa75b5af751ff5a5fa061ff2e975fe94ffd223..754a7f637714b8ac17b60a89d0f375f801e53643 100755 (executable)
@@ -204,7 +204,7 @@ EDMA3_OS_Sem_Handle semHandle[NUM_EDMA3_INSTANCES] = {NULL};
  * To allocate more DMA channels or TCCs, one has to modify the event mapping.
  */
                                                       /* 31     0 */
-#define EDMA3_DMA_CHANNEL_TO_EVENT_MAPPING_0       (0xFCFF3F00u)  /* TBD */
+#define EDMA3_DMA_CHANNEL_TO_EVENT_MAPPING_0       (0xFCFF3F0Cu)  /* TBD */
 
 
 /**