summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2017-12-06 21:51:32 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:29:42 +0800
commite91e19a118822d11d3917a691180736004b050c9 (patch)
tree9744d503ee468da46b60bd2bc95c0fcfe4dc28a0 /include/soc
parent77f7bb0ccf41d20881bff1f6e8c1c65c1fb4e4ec (diff)
MLK-17083 soc: imx: limit VPU/CPU bandwidth for lcdif on i.MX8MQ
Config NOC to limit bandwidth to 4GB for both VPU and CPU to avoid lcdif flickering only when lcdif is enabled. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com> (cherry picked from commit 8ab89ebeb94a423792bf588bdf2354c5960d8f13)
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/imx/fsl_sip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/soc/imx/fsl_sip.h b/include/soc/imx/fsl_sip.h
index 11679d2dac41..a5682ca0c374 100644
--- a/include/soc/imx/fsl_sip.h
+++ b/include/soc/imx/fsl_sip.h
@@ -57,4 +57,7 @@
#define FSL_SIP_GET_SOC_INFO 0xc2000006
+#define FSL_SIP_NOC 0xc2000008
+#define FSL_SIP_NOC_LCDIF 0x0
+
#endif