summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJian Li <jian.li@nxp.com>2020-10-28 10:36:23 +0800
committerJian Li <jian.li@nxp.com>2020-10-28 15:35:53 +0800
commit8caad34c0c82c28de09d10de907a20dc0eec3411 (patch)
tree284cf1d69aaebbf7c98d69274ef570de173d9528
parent4b7d472fa3eedc032a1ca4757362d4daa8fe5f9a (diff)
MLK-24928 plat: imx8mp increase ISP NoC priority
Need to increase ISP NoC priority to 0x7 (same as LCDIF panic priority) to avoid overflow in DDR4 EVK board Signed-off-by: Jian Li <jian.li@nxp.com> Reviewed-by: Jacky Bai <ping.bai@nxp.com>
-rw-r--r--plat/imx/imx8m/imx8mp/gpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/imx/imx8m/imx8mp/gpc.c b/plat/imx/imx8m/imx8mp/gpc.c
index bfdcf1fe..19ee92f4 100644
--- a/plat/imx/imx8m/imx8mp/gpc.c
+++ b/plat/imx/imx8m/imx8mp/gpc.c
@@ -105,7 +105,7 @@ static struct imx_noc_setting noc_setting[] = {
{ HDMIMIX, 0x700, 0x700, 0x80000505, 0x0, 0x0},
{ HSIOMIX, 0x780, 0x900, 0x80000303, 0x0, 0x0},
{ MEDIAMIX, 0x980, 0xb80, 0x80000202, 0x0, 0x1},
- { MEDIAMIX_ISPDWP, 0xc00, 0xd00, 0x80000505, 0x0, 0x0},
+ { MEDIAMIX_ISPDWP, 0xc00, 0xd00, 0x80000707, 0x0, 0x0},
//can't access VPU NoC if only power up VPUMIX,
//need to power up both NoC and IP
{ VPU_G1, 0xd80, 0xd80, 0x80000303, 0x0, 0x0},