|
@@ -134,13 +134,6 @@ struct platform_device da8xx_serial_device[] = {
|
|
|
}
|
|
|
};
|
|
|
|
|
|
-static s8 da8xx_queue_tc_mapping[][2] = {
|
|
|
- /* {event queue no, TC no} */
|
|
|
- {0, 0},
|
|
|
- {1, 1},
|
|
|
- {-1, -1}
|
|
|
-};
|
|
|
-
|
|
|
static s8 da8xx_queue_priority_mapping[][2] = {
|
|
|
/* {event queue no, Priority} */
|
|
|
{0, 3},
|
|
@@ -148,12 +141,6 @@ static s8 da8xx_queue_priority_mapping[][2] = {
|
|
|
{-1, -1}
|
|
|
};
|
|
|
|
|
|
-static s8 da850_queue_tc_mapping[][2] = {
|
|
|
- /* {event queue no, TC no} */
|
|
|
- {0, 0},
|
|
|
- {-1, -1}
|
|
|
-};
|
|
|
-
|
|
|
static s8 da850_queue_priority_mapping[][2] = {
|
|
|
/* {event queue no, Priority} */
|
|
|
{0, 3},
|
|
@@ -166,7 +153,6 @@ static struct edma_soc_info da830_edma_cc0_info = {
|
|
|
.n_slot = 128,
|
|
|
.n_tc = 2,
|
|
|
.n_cc = 1,
|
|
|
- .queue_tc_mapping = da8xx_queue_tc_mapping,
|
|
|
.queue_priority_mapping = da8xx_queue_priority_mapping,
|
|
|
.default_queue = EVENTQ_1,
|
|
|
};
|
|
@@ -182,7 +168,6 @@ static struct edma_soc_info da850_edma_cc_info[] = {
|
|
|
.n_slot = 128,
|
|
|
.n_tc = 2,
|
|
|
.n_cc = 1,
|
|
|
- .queue_tc_mapping = da8xx_queue_tc_mapping,
|
|
|
.queue_priority_mapping = da8xx_queue_priority_mapping,
|
|
|
.default_queue = EVENTQ_1,
|
|
|
},
|
|
@@ -192,7 +177,6 @@ static struct edma_soc_info da850_edma_cc_info[] = {
|
|
|
.n_slot = 128,
|
|
|
.n_tc = 1,
|
|
|
.n_cc = 1,
|
|
|
- .queue_tc_mapping = da850_queue_tc_mapping,
|
|
|
.queue_priority_mapping = da850_queue_priority_mapping,
|
|
|
.default_queue = EVENTQ_0,
|
|
|
},
|