summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorNarayanan G <narayanan.gopalakrishnan@stericsson.com>2011-10-13 17:05:48 +0530
committerRabin VINCENT <rabin.vincent@stericsson.com>2011-10-24 11:53:41 +0200
commit5fbf8893def8405384754adc11de7d9bb7287440 (patch)
treed0b772deca6e3263f18c6664c464bbe0d3b01b4b /arch
parent6eaad6cd7669151bda6c080c3f736df726b33bc6 (diff)
dma40: Enable lcla in esram in u8500
This patch will enable the lcla in esram feature. ST-Ericsson ID: 364165 ST-Ericsson FOSS-OUT ID: Trivial ST-Ericsson Linux next: NA Change-Id: If5d86036b8b9ef72863c447f0e400bb4e51b2ab3 Signed-off-by: Narayanan G <narayanan.gopalakrishnan@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/33924 Reviewed-by: QABUILD Reviewed-by: Pierre PEIFFER <pierre.peiffer@stericsson.com> Reviewed-by: Rabin VINCENT <rabin.vincent@stericsson.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-ux500/dma-db8500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/dma-db8500.c b/arch/arm/mach-ux500/dma-db8500.c
index 022d8d293eb..e4e33c5b655 100644
--- a/arch/arm/mach-ux500/dma-db8500.c
+++ b/arch/arm/mach-ux500/dma-db8500.c
@@ -230,7 +230,7 @@ static struct stedma40_platform_data dma40_plat_data = {
.memcpy_conf_log = &dma40_memcpy_conf_log,
/* Audio is using physical channel 2 from MMDSP */
.disabled_channels = {2, -1},
- .use_esram_lcla = false,
+ .use_esram_lcla = true,
};
#ifdef CONFIG_UX500_CONTEXT