ARM: dts: msm: change qseecom region from cma to carveout on sdm670
qseecom memory region is configured as CMA memory, which is mapped as
cached. If a clean cache line exists for XPU protected memory, an XPU
fault will occur when this is evicted from the cpu cache. The normal
expectation is that an XPU fault would only occur if the cache line is
dirty.
As WA, use carveout for qseecom region, which will ensure that uncached
mapping is created.
Change-Id: I6dd3f233bdd2bf3d46d27e68906676aa89c68ea8
Signed-off-by:
Prakash Gupta <guptap@codeaurora.org>
Loading
Please register or sign in to comment