aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/dm355.c
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2014-05-16 08:17:11 -0400
committerSekhar Nori <nsekhar@ti.com>2014-05-22 01:17:46 -0400
commit82ba61228467db9e8fe7d253cba0a5974e562974 (patch)
tree37888195550f1380fb4fca953b763b6406194af9 /arch/arm/mach-davinci/dm355.c
parentc3dd3389dbed93d5675205cc25ff7be67a738573 (diff)
ARM: davinci: Remove eDMA3 queue_tc_mapping data from edma_soc_info
It is ignored by the edma driver since we are just setting back the default mapping of TC -> Queue. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/dm355.c')
-rw-r--r--arch/arm/mach-davinci/dm355.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-davinci/dm355.c b/arch/arm/mach-davinci/dm355.c
index 07381d8cea62..e27f7ff54570 100644
--- a/arch/arm/mach-davinci/dm355.c
+++ b/arch/arm/mach-davinci/dm355.c
@@ -569,14 +569,6 @@ static u8 dm355_default_priorities[DAVINCI_N_AINTC_IRQ] = {
569/*----------------------------------------------------------------------*/ 569/*----------------------------------------------------------------------*/
570 570
571static s8 571static s8
572queue_tc_mapping[][2] = {
573 /* {event queue no, TC no} */
574 {0, 0},
575 {1, 1},
576 {-1, -1},
577};
578
579static s8
580queue_priority_mapping[][2] = { 572queue_priority_mapping[][2] = {
581 /* {event queue no, Priority} */ 573 /* {event queue no, Priority} */
582 {0, 3}, 574 {0, 3},
@@ -590,7 +582,6 @@ static struct edma_soc_info edma_cc0_info = {
590 .n_slot = 128, 582 .n_slot = 128,
591 .n_tc = 2, 583 .n_tc = 2,
592 .n_cc = 1, 584 .n_cc = 1,
593 .queue_tc_mapping = queue_tc_mapping,
594 .queue_priority_mapping = queue_priority_mapping, 585 .queue_priority_mapping = queue_priority_mapping,
595 .default_queue = EVENTQ_1, 586 .default_queue = EVENTQ_1,
596}; 587};