From 8b01f4b5c92bbf6356740c2c4e8fad77dfc6aa59 Mon Sep 17 00:00:00 2001 From: Swetha Chikkaboraiah Date: Fri, 8 Jul 2022 12:41:09 +0530 Subject: [PATCH] ARM: dts: msm: Remove the trusted apps areas Remove the TA carveouts in the DT, as this region will instead be removed in the RAM partition tables. Change-Id: Ia15b4155db08b06ab3a6cb6e0d008dc65ec05707 --- qcom/cape-reserved-memory.dtsi | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/qcom/cape-reserved-memory.dtsi b/qcom/cape-reserved-memory.dtsi index 29d256b8..889c0e96 100644 --- a/qcom/cape-reserved-memory.dtsi +++ b/qcom/cape-reserved-memory.dtsi @@ -205,14 +205,4 @@ size = <0x0 0x1000000>; }; - trusted_apps_mem: trusted_apps_region@ea000000 { - no-map; - reg = <0x0 0xea000000 0x0 0x3900000>; - }; - - trusted_apps_ext_mem: trusted_apps_ext_region@ed900000 { - no-map; - reg = <0x0 0xed900000 0x0 0x3b00000>; - }; - };