From 882ec5995e865882a339671ebd1b7e498396f676 Mon Sep 17 00:00:00 2001 From: "Isaac J. Manjarres" Date: Tue, 13 Aug 2019 17:51:57 -0700 Subject: [PATCH] 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 --- qcom/lahaina.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/qcom/lahaina.dtsi b/qcom/lahaina.dtsi index b199af8c..cfaa0ece 100644 --- a/qcom/lahaina.dtsi +++ b/qcom/lahaina.dtsi @@ -299,7 +299,6 @@ }; cdsp_secure_heap: cdsp_secure_heap@9b200000 { - no-map; reg = <0x0 0x9b200000 0x0 0x4600000>; };