summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2010-11-29 17:53:18 +0800
committerJason Chen <b02280@freescale.com>2010-11-30 10:16:14 +0800
commitb70f3502d624ef1a47dc9218746088c0f2afb5a7 (patch)
tree0b3cb8ef87987dbb7527fc4706354bd6b9721e75 /drivers
parent37379990e25c562392c32829c2403777faf2c70a (diff)
ENGR00134076 ipuv3: should not set burst size again
Burst size has been set for non-interleaing format channel. Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mxc/ipu3/ipu_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mxc/ipu3/ipu_common.c b/drivers/mxc/ipu3/ipu_common.c
index 620d17f439f6..a0f36adfea43 100644
--- a/drivers/mxc/ipu3/ipu_common.c
+++ b/drivers/mxc/ipu3/ipu_common.c
@@ -1085,7 +1085,6 @@ int32_t ipu_init_channel_buffer(ipu_channel_t channel, ipu_buffer_t type,
dmfc_wr_chan |= 0x80;
__raw_writel(dmfc_wr_chan, DMFC_WR_CHAN);
}
- _ipu_ch_param_set_burst_size(dma_chan, 32);
}
spin_lock_irqsave(&ipu_lock, lock_flags);
_ipu_dmfc_set_wait4eot(dma_chan, width);