ARM: dts: msm: Make the CDSP secure carveout mappable on Lahaina

The ION carveout heap manages the carveouts under its domain
by relying on the assumption that the kernel is aware of this
memory. When the memory is marked as "no-map", the kernel
does not maintain any information about the memory, which
prevents the carveout heap from managing the memory. Thus,
allow for the carveout heap memory to be mapped by the kernel.

Change-Id: I6516d2cd8fcacdb975a3190254e79bbce51e1d24
This commit is contained in:
Isaac J. Manjarres
2019-08-13 17:51:57 -07:00
parent adced57543
commit 882ec5995e

View File

@@ -299,7 +299,6 @@
};
cdsp_secure_heap: cdsp_secure_heap@9b200000 {
no-map;
reg = <0x0 0x9b200000 0x0 0x4600000>;
};