summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorOliver Brown <oliver.brown@freescale.com>2015-04-24 13:31:13 -0500
committerJason Liu <r64343@freescale.com>2015-05-08 17:25:14 +0800
commit67edcd0c6f723e74db83a20bca728ad4f10ed586 (patch)
tree47a7cd40ad4ec86886d90bb05ccf4f26d5c82545 /drivers
parente2344101469cbc81932c593a19facd864cdd039b (diff)
MLK-10753 mxc IPUv3: common: Increase IPU priority for 2nd capture channel
Set the IPU channel priority to high for the second CSI capture channel. Signed-off-by: Oliver Brown <oliver.brown@freescale.com> (cherry picked from commit 51d628d057ddfd96321608ca3c639c46e43b996a)
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mxc/ipu3/ipu_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/ipu3/ipu_common.c b/drivers/mxc/ipu3/ipu_common.c
index faad06849835..9073c3300e3b 100644
--- a/drivers/mxc/ipu3/ipu_common.c
+++ b/drivers/mxc/ipu3/ipu_common.c
@@ -654,7 +654,7 @@ static int ipu_probe(struct platform_device *pdev)
}
/* Set sync refresh channels and CSI->mem channel as high priority */
- ipu_idmac_write(ipu, 0x18800001L, IDMAC_CHA_PRI(0));
+ ipu_idmac_write(ipu, 0x18800003L, IDMAC_CHA_PRI(0));
/* Enable error interrupts by default */
ipu_cm_write(ipu, 0xFFFFFFFF, IPU_INT_CTRL(5));