summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/dma-db8500.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/dma-db8500.c')
-rw-r--r--arch/arm/mach-ux500/dma-db8500.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/dma-db8500.c b/arch/arm/mach-ux500/dma-db8500.c
index e4e33c5b655..5a6ff377f03 100644
--- a/arch/arm/mach-ux500/dma-db8500.c
+++ b/arch/arm/mach-ux500/dma-db8500.c
@@ -231,6 +231,9 @@ static struct stedma40_platform_data dma40_plat_data = {
/* Audio is using physical channel 2 from MMDSP */
.disabled_channels = {2, -1},
.use_esram_lcla = true,
+ /* Physical channels for which HW LLI should not be used */
+ .soft_lli_chans = NULL,
+ .num_of_soft_lli_chans = 0,
};
#ifdef CONFIG_UX500_CONTEXT