mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
@@ -299,7 +299,6 @@
|
||||
};
|
||||
|
||||
cdsp_secure_heap: cdsp_secure_heap@9b200000 {
|
||||
no-map;
|
||||
reg = <0x0 0x9b200000 0x0 0x4600000>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user