summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/dma-db8500.c
diff options
context:
space:
mode:
authorBenn Pörscke <benn.porscke@stericsson.com>2011-12-16 15:04:55 +0100
committerBenn Pörscke <benn.porscke@stericsson.com>2011-12-16 15:04:55 +0100
commit93f379e6cfadfded0d262192ca69d1abc096d90e (patch)
tree43f180e31ee26ee94f7d2dd559132c30c6476b4d /arch/arm/mach-ux500/dma-db8500.c
parent77955e37bd395f789900b8e180991ad67cabd899 (diff)
Change-Id: I2fcf46d1fc4b0cd4c61e5be3654c43b80db86015
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