MLK-16333 imx8qm/qxp: Change memory region 0x0-0x1c000000 to strongly order
authorYe Li <ye.li@nxp.com>
Thu, 31 Aug 2017 02:58:03 +0000 (21:58 -0500)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:37:16 +0000 (02:37 +0800)
commit7b790cf7c89f118e4fe0d74b426de16623ca1899
treeccfa847f2dd8d6735e637a5ef988801d5d72ee70
parent81997f719c3b282317c7a9752f181849b11e7a37
MLK-16333 imx8qm/qxp: Change memory region 0x0-0x1c000000 to strongly order

This memory region is for LSIO subsystem, including OCRAM, AP ROM,
flexspi0 mapped memory and flexspi1 buffer. If we set it to cachable,
the AHB read in flexspi driver will have coherence problem.

This patch set this memory region to strongly order to avoid any issue
in driver.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/cpu/armv8/imx8/cpu.c