summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chen <jason.chen@freecale.com>2008-03-13 15:23:06 +0800
committerDaniel Schaeffer <daniel.schaeffer@timesys.com>2008-08-25 15:20:44 -0400
commit8a02af3d0eed71011862385e4f1f71d7a0a592ef (patch)
tree93bd352be9d4fe59fe9c8ed6ad40722995d08b00
parent16f2c59210865ce92a97a3dd03f86932660d1c6e (diff)
ENGR00059726 IDMA hang issue
High IDMA requests service number will cause the IDMA channel hang. Signed-off-by: Jason Chen <b02280@freescale.com>
-rw-r--r--drivers/mxc/ipu/ipu_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/ipu/ipu_common.c b/drivers/mxc/ipu/ipu_common.c
index 6d6eef0f2ce5..00ff5bc107f4 100644
--- a/drivers/mxc/ipu/ipu_common.c
+++ b/drivers/mxc/ipu/ipu_common.c
@@ -135,7 +135,7 @@ int ipu_probe(struct platform_device *pdev)
__raw_writel(0x0000C000L, IDMAC_CHA_PRI);
/* Set to max back to back burst requests */
- __raw_writel(0x00000070L, IDMAC_CONF);
+ __raw_writel(0x00000000L, IDMAC_CONF);
register_ipu_device();